Hello, i have no idea where i can translate this Text. We upgrade from Laravel 5 to Laravel 5.4 and...
I am using the following laravel package for my newsletters: laravel-newsletter I have the following...
I'm trying to send an .ics file as an email attachment using Laravel's MAIL class. When email is rec...
this my error Class Iluminate\Http\Reqeust does not exist namespace App\Mail; use Illuminate\Bus\Que...
Hi guys, i have added a Mail sender (Mailgun) to my project. But it do not let me send messages. It...
I'm trying to send mails using a special mailbox that was created via my hosting provider, asmallora...
Hi, The test email is working fine but once send via the contact form its not sending email. how can...
I want to sent email by smtp gmail server . But i got the following errors Missing argument 1 for Il...
I have a problem with email in laravel. That's my mail.php file: <?php return array( /* |----...
Hi I have to say that I'm fairly new to Web Developement, PHP and Laravel (Basic HTML etc. is no pro...
In the Laravel documentation for using the Mailable class (https://laravel.com/docs/5.4/mail#sending...
I'm running a central system with multiple clients/users, each of whom have their own mailgun accoun...
Swift_TransportException Connection could not be established with host smtp.sendgrid.net [Connection...
Hi, I'm getting the following error when trying to send out mails Swift_TransportException: Connecti...
i had been trying to solve the queue mail for few days, but still i can't find the solution for that...
I have a registration email that is sent out with an activation link which is generated at the time...
Hello everyone, I'm trying to send email with beautiful html style I use wysiwyg editor to send emai...
in my controller: $order = Order::with('address','slot','products')->first(); Mail::to('abc@email...
Hi, I use Nexmo to create notification system but when i use this to send sms i get this error : Cla...
How do I know what to use when? I mean I know their functionality and differences, in some cases it'...
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