Forums

ASP

This topic is locked

Adding multiple recipricants to an email

Posted 15 Oct 2002 16:13:21
1
has voted
15 Oct 2002 16:13:21 Vince Baker posted:
I have used the following method for smtp emailing for the past year but I have never had to add more than one person to the recipient list. How do I???

I have tried to seperate with a ; but not sure why it is failing.....

Set Mailer = Server.CreateObject("SMTPsvg.Mailer"
Mailer.FromAddress= "QMS.IIS.System"
Mailer.RemoteHost = "mail.havant.eur.gemplus.com"
Mailer.Recipient = " "

Regards
Vince

Response.write("The best line of code you can ever use"

VBScript | ASP | HTML | SQL | Oracle | Hosting

Replies

Replied 17 Oct 2002 07:05:17
17 Oct 2002 07:05:17 Jeremy Millar replied:
Try using the While....... Wend

It worked for me

<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I have used the following method for smtp emailing for the past year but I have never had to add more than one person to the recipient list. How do I???

I have tried to seperate with a ; but not sure why it is failing.....

Set Mailer = Server.CreateObject("SMTPsvg.Mailer"
Mailer.FromAddress= "QMS.IIS.System"
Mailer.RemoteHost = "mail.havant.eur.gemplus.com"
Mailer.Recipient = " "

Regards
Vince

Response.write("The best line of code you can ever use"

VBScript | ASP | HTML | SQL | Oracle | Hosting
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

Reply to this topic