Guest User

Untitled

a guest
Jan 17th, 2018
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. MAIL_DRIVER=mail
  2. MAIL_HOST=myHost
  3. MAIL_PORT=25
  4. MAIL_USERNAME=myemail@true.com
  5. MAIL_PASSWORD=MyPass
  6. MAIL_ENCRYPTION=NULL
  7.  
  8. Mail::send('mail', $data, function ($m) {
  9. $m->to(test@gmail.com')->subject('There in a new Request');
  10. });
Add Comment
Please, Sign In to add comment