help me, im using Laravel 5, but the email didnt sent to destination.
when i print $result[0]["reject_reason"] the result is invalid-senderNULL,
can you help me??
if im using mandrill for sendmail without this class, its work. but i need your class to using mandrill template but the email didnt sent. because the invalid sender.
help me, im using Laravel 5, but the email didnt sent to destination. when i print $result[0]["reject_reason"] the result is invalid-senderNULL,
can you help me??
if im using mandrill for sendmail without this class, its work. but i need your class to using mandrill template but the email didnt sent. because the invalid sender.
here is my code.
`namespace App\Services;
use Weblee\Mandrill\Mail;
class WebleeMail{
}`