Guest User

Untitled

a guest
Nov 22nd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. foreach ($users as $user) {
  2.  
  3. if(!in_array($user->getEmail(), $receivers))}
  4. $recipient = $user->getEmail();
  5. $this->get('MailerHelper')->sendMessage('...,$recipient,...'),
  6. )
  7. ), false);
  8. }
  9.  
  10. }
Add Comment
Please, Sign In to add comment