|
-
Jul 17th, 2007, 08:20 PM
#1
Thread Starter
Fanatic Member
Help with sending email
hi Guys! I want my application to be capable of sending email.I just want to know the requirements that the computer, where the application is running, should have in order to send email, does it need to have POP3 or SMTP server or something like that?
-
Jul 17th, 2007, 10:27 PM
#2
Re: Help with sending email
SMTP. Here is some good reading:
http://msdn2.microsoft.com/en-us/lib...nt(VS.80).aspx
You can use your GMail account as your host if you like:
http://www.codeproject.com/useritems...select=1739602
Hope that helps.
-
Jul 17th, 2007, 10:27 PM
#3
Fanatic Member
Re: Help with sending email
Depending on the type of mail system you have on the client machine you will need different information.
Look into the System.Net.Mail namepace. Try with just the stmp server address first.
-
Jul 18th, 2007, 12:37 AM
#4
Thread Starter
Fanatic Member
Re: Help with sending email
Thanks for that guys! i'll give it a try.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|