mardi 15 octobre 2019

Laravel 5.1 email issue

I am using Laravel 5.1 and sending emails using repository create method like

  abstract class BaseRepository extends Repository
 {
     public function create(array $data)
      {
       $this->clearModel();
       return parent::create($data);
      }

Here I am passing $data as array of email content , from,to,and body as well.

But its not sending email ,even no error. what could be the issue. I got response like this.

{"user_id":64763,"to_email":"connecttosunil1987@gmail.com","to_name":"sunil"}

thanks



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2ORURv0
via IFTTT

Aucun commentaire:

Enregistrer un commentaire