Jump to content

PHPMailer ADDBCC limit?


hannibal

Recommended Posts

Hi,

 

Does anyone know the limit to the number of recipients I should (can) send to using the PHPMailer ADDBCC parameter? (Or event the AddAdress parameter).

 

For example:

 

Select * FROM TABLE

Loop results

$mailer->AddBCC("[email protected]","name");

End loop

 

$mailer->Send();

 

Many thanks,

 

H.

Link to comment
https://forums.phpfreaks.com/topic/118527-phpmailer-addbcc-limit/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.