I'm using the native Mailgun driver in Laravel 5 to send an email
\Mail::send('emails.notification', $data, function($message) use ($data)
{
$message->to('name@gmail.com', 'Joe Bob')->subject("Headline here");
});
That works well and the emails are being received, but I would like to know how I can get a response from Mailgun letting me know that the email was sent.
How can I go about getting that information?
from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1UAJW4P
via IFTTT
Aucun commentaire:
Enregistrer un commentaire