I am using sending mail using mail::send method it it giving exceptiin permission denied File_puts_c...
I'm trying to send an email using the standard email feature in Laravel 5. I'm using smtp from googl...
I'm making a multi tenant app (Saas). I already made a Middleware to deal with database connection o...
My settings for send mail MAIL_DRIVER=smtp MAIL_HOST=smtp.gmail.com MAIL_PORT=587 MAIL_USERNAME=xxxx...
If email id wrong in to function then it should go in failure array and that array of email id shoul...
here is my composer.json "require": { "php": ">=5.5.9", "larav...
Hi, I've followed the doc install "guzzlehttp/guzzle": "~4.0" set up in app/c...
Hello, i made a simple email form, and when I send i've this error : ErrorException in DiskKeyCache....
Hello, I recently switched to laravel and in my old project i used a DA api so i could create mails...
I allow my users to send emails to their clients via the application, but when the message is not de...
Hi, i get a error when i using Mail::queue(). I'm new to Queue, and i choose beanstalkd as my Queue...
Hi, I'm working on an app, that needs to send emails. I have postfix installed and configured and th...
Hi what's the best way to replace default SMTP details to the ones coming from the database? Let's s...
I want to send some notifications on a specific day of month but my code doesn't work. I tried this...
Hello Laravel Lovers, I am using Laravel 5.1 framework and I want to send email notification to a pa...
I have a live application that has been running for months. It just stopped sending out emails witho...
I want to give the html content instead of the path to template in Mail::send("emails.template....
Hi, I have these configurations in my .env: APP_ENV=local APP_DEBUG=true APP_KEY=****** DB_HOST=127...
Hi guys, Am trying to implement a mail queue on my godaddy shared hosting using IronMQ but am confus...
I'm using Laravel 4.2 with the Mandrill driver, and beanstalkd as queue driver, all on a Forge serve...
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