How do I have the application email be sent to multiple addresses
March 16, 2009
You have a job on CB and you want the job to be sent to multiple email addresses that are stored on the job.
We can support that.
Define on address as the prime address. This is sent to us in the field “CBContactEmail”
Then list the rest of the email addresses you have in the “CBAOLCopyEmailList” field
<Field name="CBContactEmail" value="alpha@testcompany.com" />
<Field name="CBAOLCopyEmailList"
value="beta@testcompany.com, gamma@testcompany.com, delta@testcompany.com" />
You can have as many whole email addresses as you want, as long as the list is less than 255 characters total.
And you can delimit the list with either a comma or semi-colon.
- Categories: General, How Do I...?, JobPost
Post a Comment
Guidelines: The Hiring Site reserves the right to delete off-topic or inflammatory comments. Get your own picture next to your comment with a Gravatar account.