Forum: Radiant CMS Can mailer do BCC or send multiple emails?

Posted by Ryan Fortin (rfortin)
on 2010-03-24 13:58
Hi, I am working mailer and database mailer and was wondering if anyone
has ever implemented a BCC field for the mailer page part.  Can such a
thing be done?  My main goal was to send a form email to 2 parties, but
have it look like it just went to one.
Posted by Ryan Fortin (rfortin)
on 2010-03-24 14:45
Ryan Fortin wrote:
> Hi, I am working mailer and database mailer and was wondering if anyone
> has ever implemented a BCC field for the mailer page part.  Can such a
> thing be done?  My main goal was to send a form email to 2 parties, but
> have it look like it just went to one.

Ah ok it was much easier than anticipated.  Though its undocumented in 
the radiant wiki you can access CC and BCC fields in your mailer page 
part.

Example:

cc:
  -example3@gmail.com
bcc:
  - example2@gmail.com
recipients:
  - example1@gmail.com
Posted by Ryan Fortin (rfortin)
on 2010-03-24 21:42
> Example:
> 
> cc:
>   -example3@gmail.com
> bcc:
>   - example2@gmail.com
> recipients:
>   - example1@gmail.com

Sorry but the BCC does not work for this.  only CC....Anyone have ideas?
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.