This topic is locked

rmail - not sending concatenated emails - why ?

6/30/2009 12:25:18 PM
ASPRunnerPro General questions
G
gsxrian author

strTemp5=data("email1") & "; " & data("email2")

rmail("to")=strTemp5
I am attempting to send multiple emails via rmail, but it only sends to the first email on the list ?
jsmith@abs.com; bmith@abc.com
The emails are in the correct format with a semi-colon, but it wont send more than one.
also how do you do BCC ?
Thanks

Sergey Kornilov admin 6/30/2009

Use comma as a delimiter.
CC and BCC are not currently supported.

G
gsxrian author 7/1/2009

Use comma as a delimiter.

CC and BCC are not currently supported.


Can you suggest an alternative other than doing an export into Excel and copy paste into Outlook ?

Thanks

Sergey Kornilov admin 7/1/2009

Sure, you can send it manually. Here is the article with examples that can help:

http://www.paulsadowski.com/WSH/cdo.htm