I'm having a problem with an new Breeze installation. While I think it's a bug, I can't discount fau...
I have been using SES the AWS transactional email provider on several sites and it has always been g...
Please explain the conception of how to sign outgoing emails in Laravel 9 with a DKIM signature. Lar...
Hello, i tried to dd($__data) in my mail templete blade view, but it is not working. Do someone have...
I want to send a file as an attachement with the email sent from my laravel application. this is how...
I'm trying to make my notifications for Laravel 6 mail out effectively. I have a model (Event) that...
my Controller <?php namespace App\Http\Controllers; use App\Task; use Illuminate\Http\Request;...
I'm trying to do something like this, (more information in coments //): use Setting, View, Mail, Con...
Hey everyone, When I try using Mail::queue() I get this error: ErrorException in SerializableClosure...
Hi guys, I'm trying to send en email using Mail:queue below the code Mail::queue('emails.shop_invoi...
Hi guys, i have added a Mail sender (Mailgun) to my project. But it do not let me send messages. It...
Hi, The test email is working fine but once send via the contact form its not sending email. how can...
When I use the new Markdown Mail feature I get valid HTML emails, but the plain text email counterpa...
Hi! First time posting here but always reading issues and solution. Great Forum. My issue is that I...
Hi, I have a treatment that generates 2 PDF files, and then send them by mail. When I run this direc...
Can anyone help me i am try to send email but i am geting the error like this Swift_TransportExcepti...
I need to send a mail header "x-mailgun-native-send: true" to all my mails so they wont ge...
Hello, I want to send mails from my application. I want them to get sent from a specific host (SMTP,...
I'm using php mail() to send mail through laravel. I'm setting the from and subject of the email in...
Hello ! I am newbie on Laravel. I am using Laravel 5.2, Centos 7. "LogicException in NTLMAuthen...
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