Guest User

Untitled

a guest
Jul 31st, 2021
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. $recipients[] = array(
  2.     'email' => '[email protected]',
  3.     'name' => 'Recipent 1'
  4. );
  5.  
  6. $recipients[] = array(
  7.     'email' => '[email protected]',
  8.     'name' => 'Recipent 2'
  9. );
  10.  
  11. // Base
  12. $mail->AddAddress
  13.  
  14. // BCC
  15. $mail->AddBcc
Advertisement
Add Comment
Please, Sign In to add comment