Re: Want to send simple Email with multiple to add (General questions)
Peter,
why not? There's To, CC, BCC etc:
http://www.weonlydo.com/Smtp/Help/WODSMTPLib~SmtpMsg~To.html
http://www.weonlydo.com/Smtp/Help/WODSMTPLib~SmtpMsg~CC.html
http://www.weonlydo.com/Smtp/Help/WODSMTPLib~SmtpMsg~BCC.html
Multiple recipients can be separated by ;
Please note that except for changing email (so recipient sees other CC and To recipients) you can also set MailTo property
http://www.weonlydo.com/Smtp/Help/WODSMTPLib~wodSmtp~MailTo.html
that causes recipients to be specified with RCPT TO command on SMTP server, while leaving original message intacts.
Complete thread:
- Want to send simple Email with multiple to address - Peter Hall, 2005-06-13, 16:27
- Re: Want to send simple Email with multiple to add - wodSupport, 2005-06-13, 16:31
- Re: Want to send simple Email with multiple to add - Peter Hall, 2005-06-13, 17:30
- Re: Want to send simple Email with multiple to add - wodSupport, 2005-06-13, 20:22
- Re: Want to send simple Email with multiple to add - Peter Hall, 2005-06-13, 17:30
- Re: Want to send simple Email with multiple to add - wodSupport, 2005-06-13, 16:31