Send Mail in VB.NET
-
Hi, I need to develop an exe that will new letters to hundreds of users through email.Through SMTP service i was able to send mail to our domain only but not to others such as yahoo id etc. Could u pls give me some suggesstions. Thanks Mahesh
-
Hi, I need to develop an exe that will new letters to hundreds of users through email.Through SMTP service i was able to send mail to our domain only but not to others such as yahoo id etc. Could u pls give me some suggesstions. Thanks Mahesh
This is probably because your ISP won't allow it, because what your doing is considered "spamming". Relaying is most likely turned off. Since your ISP probably won't let you setup your own email server inside their network or use their servers for your "spam", you'll have to use an outside email server to do this. If you find one, it's easy to setup the SMTP server property in your to to use that server instead. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
This is probably because your ISP won't allow it, because what your doing is considered "spamming". Relaying is most likely turned off. Since your ISP probably won't let you setup your own email server inside their network or use their servers for your "spam", you'll have to use an outside email server to do this. If you find one, it's easy to setup the SMTP server property in your to to use that server instead. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
Thanks for your suggestion