Hi, I am beginner of laravel and MYSQL AND i wanted to call my stored procedure and pass the data to...
I want to send a file as an attachement with the email sent from my laravel application. this is how...
i have {{ route('view/issue', $issue->id) }} in an email view. This generates "http://localh...
I would like to send notification emails with only plain text. But every email is send with the Cont...
Hello guys! I am developing a multi tenancy system and I need emails to be triggered according to th...
Laravel Version: 6.0.x PHP Version: 7.2.24 Database Driver & Version: mysql Ver 15.1 Distrib 10....
In laravel Mail send functionality process How to find a EMAIL ADDRESS is Live valid or Not created...
I'm trying to make my notifications for Laravel 6 mail out effectively. I have a model (Event) that...
When using the mailgun driver, i ran into problems when using cc and bcc adresses. The message was...
I know that you can use the user's google account to login using Laravel Socialite. Can i use the em...
my Controller <?php namespace App\Http\Controllers; use App\Task; use Illuminate\Http\Request;...
Verify Email Address is showing error 403 Sorry, you are not authorized to access this page. The err...
Hi. fairly new to Laravel and in need of some coaching. Don't really know where to begin. I am hopin...
controller $data = $request->all(); $result = Mail::send('site.ema...
I'm trying to do something like this, (more information in coments //): use Setting, View, Mail, Con...
I have a receiveEmail boolean field in the User model of a Laravel application. How do I ensure that...
Hello guys, check out this new laravel package that allows you to preview/edit all your application...
Hi! I have created an account [email protected] in my mail server to send email also created an alias...
Any help would be really appreciated. I'm using hyn/multi-tenant. I'm trying to register the user ac...
I have Mailer functionality built into my business app. I'm using smtp to send out client emails. Th...
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