Hello, I am very new to Laravel and thats why I have started with Laravel 4.2. Currently I am workin...
I have a CRM where users are able to send mail to customers. The mails is blade templates where the...
How I can use the Mail class in Lumen 5.2. It was working fine in 5.1 lumen. I have installed illumi...
I tried using gmail smtp but I have the following errors. Connection could not be established with h...
Hello people of the forum. I make a query. I'm working with xampp under Win7 and laravel 5.1. When t...
I have a strange issue... I WAS using standard PHP mail send email in my app, but I changed it to us...
My configution works fine on Xampp. But when I deploy it on the live server (shared hosting, Justhos...
Hi, I have a client who requires that all mails are coming through their Exchange Mail Sever. Our IP...
I want to use Amazon SES to send emails. I'm on a shared host, so I can't use (external) SMTP. Is th...
Hi!! I follow this tutorial (http://www.easylaravelbook.com/blog/2015/02/09/creating-a-contact-form-...
When sending mail from laravel Mail, the 'from' address is using the smtp username, rather than the...
Hi All, I am working on Security Risk Assessment Tool which uses Laravel Framwework with pHp. The si...
I am using sending mail using mail::send method it it giving exceptiin permission denied File_puts_c...
Hello, Do you have complicated methods for doing that? $view = View::make($viewname, $paramArray);...
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...
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