Guest User

Untitled

a guest
May 27th, 2018
1,390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $email = 'gogo@gmail.com';
  2. Mail::send('mail.mail', $data, function($message) use ($email) {
  3. $message->to($email, $email)->subject('Login and Password');
  4. $message->from('tests@gro.com','tests@gro.com');
  5. });
Add Comment
Please, Sign In to add comment