0
Guys I use php Mailer to send email, and very simple, use the following line:
// Destinatório e cópia oculta
$email->AddBCC('[email protected]', 'hugo');
But I wanted to know how to send an email to several people in an array?
Could someone give me an example?
hum ok vlw. I’ll test here
– Hugo Borges
this way: Fatal error: Call to a Member Function Addbcc() on string in
– Hugo Borges
Managed to find bug @Hugoborges ?
– Ricardo Mota
yes, I have put a variable with the wrong name :), thank you
– Hugo Borges
Ah then blz. I had only seen the comment now haha.
– Ricardo Mota
hahah tranquil. I’m having trouble assembling the array using while has how to help me?
– Hugo Borges
Sure, you can post another question. Or add me to Skype.
– Ricardo Mota
vlw, follow the link: http://answall.com/questions/141988/montando-um-array-com-php-para-p-phpmailer
– Hugo Borges