controller $data = $request->all(); $result = Mail::send('site.ema...
I'm trying to do something like this, (more information in coments //): use Setting, View, Mail, Con...
I have a receiveEmail boolean field in the User model of a Laravel application. How do I ensure that...
Hello guys, check out this new laravel package that allows you to preview/edit all your application...
Hi! I have created an account [email protected] in my mail server to send email also created an alias...
Any help would be really appreciated. I'm using hyn/multi-tenant. I'm trying to register the user ac...
I have Mailer functionality built into my business app. I'm using smtp to send out client emails. Th...
Hi all I need help about sending mails. How can I set up mails to be sent from all providers (gmail,...
Hey all, trying to get data from my controller to my Mailable controller. Followed the steps here: h...
I'm trying to send an .ics file as an email attachment using Laravel's MAIL class. but still got err...
Hello everybody, I'm having a little bit of an issue here, but I'm not entirely sure if this has som...
My env MAIL_DRIVER=smtp MAIL_HOST=s50.linuxpl.com MAIL_PORT=465 [email protected]...
I'm trying to send mails through the mailhub of my Internet Service Provider (Telenet). Previously,...
I'm wondering if anyone else is having this problem? When viewing a markdown mail in Mailtrap, all h...
Hi, Im using L4.2 guzzle ~5.2 homestead and mandrill. Does anybody know what could be the cause or...
.env QUEUE_DRIVER=database MAIL_DRIVER=sendmail config/mail.php 'sendmail' => '/usr/sbin/sendmail...
Hey everyone, When I try using Mail::queue() I get this error: ErrorException in SerializableClosure...
Hi everyone, i was working on my localhost on app that send emails to mailtrap and when i uploaded i...
I want to fire email when user registered, i used laravel database queue and also i added CRON job c...
I am having a strange problem with L5.1 and Envoyer deployment. I am sending mail confirmations with...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community