I want to send an email to several recipients from my app.
Do someone can refers me to an article or some hint about how can I do this ?
Printable View
I want to send an email to several recipients from my app.
Do someone can refers me to an article or some hint about how can I do this ?
If you are using Winsock to send SMTP commands, you can send the RCPT TO: *EMAIL_ADD* & vbCrLf command as many times as you like, for each user you want to recieve the email.
Hope this helps :)