PC Review


Reply
Thread Tools Rate Thread

How to add "Send Feedback" feature to my application (sending email)

 
 
stax
Guest
Posts: n/a
 
      18th Nov 2005
Hello,
I would like to add a Send Feedback feature to my application.
Does anybody know or easy way to do this, any applications that
do this, articles, samples or anything else that could give me
some hints. I tried to look how Reflector implements this but
couldn't find anything. I'm using .NET 2.0, there is a class
called SmtpClient, can I use this class with my personal
yahoo mail account?

thx
stax
 
Reply With Quote
 
 
 
 
Nicholas Paldino [.NET/C# MVP]
Guest
Posts: n/a
 
      18th Nov 2005
stax,

The SMTP mail class doesn't require an account on your end in order to
send mail. It will connect to the appropriate server (as indicated in the
addresses), and send the mail that way. You don't need to use your yahoo
account for anything.

Actually, you can place whatever you want in the "from" field (which is
one of the reasons that spam is so prevalent today, because anyone can say
they are anyone else). If you want to use your yahoo account email as the
sender, then that's fine.

However, you will have to identify the user of the software somehow, as
their email address isn't available to you.

Hope this helps.

--
- Nicholas Paldino [.NET/C# MVP]
- (E-Mail Removed)

"stax" <(E-Mail Removed)> wrote in message news:dlkk7l$fl$(E-Mail Removed)...
> Hello,
> I would like to add a Send Feedback feature to my application.
> Does anybody know or easy way to do this, any applications that
> do this, articles, samples or anything else that could give me
> some hints. I tried to look how Reflector implements this but
> couldn't find anything. I'm using .NET 2.0, there is a class
> called SmtpClient, can I use this class with my personal
> yahoo mail account?
>
> thx
> stax



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Send 1 email message, Outlook 2007 displays "Sending 2 of 2" M. Mancu Microsoft Outlook Discussion 1 7th Feb 2008 09:48 AM
Change default picture resolution with "Send Pictures via Email" feature Brooks Windows XP Photos 4 22nd Feb 2007 07:30 PM
Sending Publisher flyer as email thru Outlook; no "send" button. =?Utf-8?B?RGlhbm5l?= Microsoft Outlook Discussion 1 15th Nov 2006 05:05 AM
Outlook Express6 "Inbox" doesn't work. "Send" feature works okay. =?Utf-8?B?U291bmRoYXZlbg==?= Microsoft Outlook Discussion 2 29th Jun 2006 04:04 AM
Outlook Express6 "Inbox" doesn't work. "Send" feature works okay. =?Utf-8?B?U291bmRoYXZlbg==?= Microsoft Outlook Discussion 0 29th Jun 2006 03:15 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:38 AM.