I wanted to be able to do something like this: Mail::using($c)->send('emails/default', ['content'...
Hi everyone, I currently get stuck with sending email using gmail in Laravel 5.2. Here are my config...
I cannot send mail through laravel. I have changed the .env file, mail file and also changed the smt...
I want to use simple php mail function to send email instead of laravel default smtp .I am using Hos...
Hello, How to send emails using Pepipost in laravel?
I have been trying to send mail in freshly installed lumen. I installed illuminate\mail and have unc...
I'm using Laravel 4 and I'm trying to send to a gmail account base64 encoded image but it doesn't di...
I'm using Laravel 4.2, IronMQ and Mailgun to send emails on the live site. For some reason two - som...
laravel 5.2 and "guzzlehttp/guzzle": "~5.3|~6.0" package used .. ClientException...
I remember using PHPmailer before and checking if the e-mail was sent was very easy. Something like:...
I am sending an email using gmail smtp but it takes too long to send and just exceed on the 60 timeo...
I have few problems with mail in L5.1 cc option is not working. In Laravel 5.1 docs described that...
https://www.youtube.com/watch?v=4sRNo9M7lOo https://www.wattpad.com/user/saimehr https://sites.googl...
I have Mail::send in my newest command, which is using the Mandrill driver. Whenever I run it I get...
How does one add a line break to the plain text version of an email message when using a blade templ...
I tried mail function on my localhost. It is OK. But when I upload my project on Bluehost live serve...
Hello, I have recently updated Laravel from 5.0 to 5.2 but it seems the Event handling has changed a...
trying adding some other Mail Transport. guess can be done by app['swift.transport']->extend(); b...
Hi!!! I have Authentication in my web with "php artisan make:auth", all work well, less wh...
I am trying to generate email but getting this error: fopen(/tmp/4701021fcbc23c3a52dde64ccca28857/bo...
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