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.
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.
Re: Help with sending email
Thanks for that guys! i'll give it a try.