Can mailer do BCC or send multiple emails?

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.

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:
[email protected]
bcc:

Example:

cc:
[email protected]
bcc:

Sorry but the BCC does not work for this. only CC…Anyone have ideas?