![Picture of sefgsdfg Picture of sefgsdfg](/graphics/unknown.gif)
sefgsdfg - 2010-03-21 22:45:19
I am not doing bulk email but will sometimes send to 2 or 3 email addresses. The code below works if written into the page. However I am submitting a form where I have an email address field and want to be able to add multiple email addresses separated by a comma and find a way to get them into the code for below. This seems better than the bulk function as I need al addresses to appear in the to field so everyone knows who got the email. SOrry I feel I am missing something real simple here.
$email_message->SetMultipleEncodedEmailHeader('To', array('test1@test.com' => '', 'test2@test.com' => ''));