Hello, I have a contact form, a contact mailable, and a contact mail view and a contact controller....
#Problem I have an application that sends notification emails from the controller when certain model...
I'm trying to grab some users from the database and notify them that a new position has been posted....
Hello, I have User model public function sendPasswordResetNotification($token) { $this->notif...
How can I use php's native mail function with the mailer class found in Laravel? I can't find any tr...
Hello, i work for the first time with Laravel. In the tutorial I am now arrived in the mail delivery...
Hello, I have a laravel 5 app which is working perfectly in local environment. But in production ema...
Laravel documentation gives the following as an example: Mail::send('emails.welcome', $data, functio...
laravel 5.2 and "guzzlehttp/guzzle": "~5.3|~6.0" package used .. ClientException...
I have few problems with mail in L5.1 cc option is not working. In Laravel 5.1 docs described that...
How does one add a line break to the plain text version of an email message when using a blade templ...
I tried using gmail smtp but I have the following errors. Connection could not be established with h...
My configution works fine on Xampp. But when I deploy it on the live server (shared hosting, Justhos...
Hello, Do you have complicated methods for doing that? $view = View::make($viewname, $paramArray);...
Hi guys, I'm having this weird problem, when I try to push an email to the queue, the message is sen...
Hello folks! How can I fire an event after one of my users successfully resets their account passwor...
By using this Password reminders and reset in Laravel 4 tutorial I tried to add "forgot passwor...
I cannot setup mail function to work with attachment. when I add this part of code then I have Error...
I have problems with mail send in L5.1 Page with the form showing using GET method, but when I fill...
In PasswordBroker.php -> emailResetLink an e-mail is sent to the user. The subject is "Your...
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