i am using laravel 5.2 and php 5.6 .env MAIL_DRIVER=smtp MAIL_HOST=smtp.gmail.com MAIL_PORT=465 MAIL...
Here is my code. https://github.com/asimkh/apps/blob/hazzir/app/Http/Controllers/Auth/PasswordContro...
I use HostGator as my web host. I have a global Helper function called sendMail. When I call sendM...
I have two laravel 5 apps using one database with two auth tables: users (internal use) and accounts...
I started to build a Laravel application, during the development of the authentication module I want...
I trying to use laravel 4.1 mail function with xampp in windows OS. I am using gmail smtp to send th...
I have this in my EventServiceProvider 'App\Events\PlayerRegistered' => [ 'App\Listeners\Send...
Hello friends I want to make online calculator Below is simple draft of this. I cannot get it work p...
Hi! Laravel 4.2 here, eCommerce site. After an order is placed, I queue several summary emails like...
I'm trying to dispatch Welcome Email on Laravel 5.2 but the job is failing and I have no idea how to...
Hi all, I am implementing a messaging center that will allow the marketing department to pass search...
I have 2 blade view to send an email, they are : layout.blade.php and welcome.blade.php where welcom...
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...
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