Support the ongoing development of Laravel.io →

81 Threads

posted 7 years ago

Using Mail::Send() to send Email to a Small number of Fixed Recipients - Not Consistently Working

#Problem I have an application that sends notification emails from the controller when certain model...

0 Likes
1 Replies
Solved

Laravel 5.3 and Notifications

I'm trying to grab some users from the database and notify them that a new position has been posted....

0 Likes
2 Replies
Solved

L5.3 Notifications data passing not working?

Hello, I have User model public function sendPasswordResetNotification($token) { $this->notif...

0 Likes
2 Replies
Solved
posted 8 years ago

Laravel 5.1 use php mailer

How can I use php's native mail function with the mailer class found in Laravel? I can't find any tr...

0 Likes
7 Replies
Solved
posted 7 years ago

Send Email, data array emtpy?

Hello, i work for the first time with Laravel. In the tutorial I am now arrived in the mail delivery...

0 Likes
1 Replies
Solved

Unable to send emails in laravel 5 app

Hello, I have a laravel 5 app which is working perfectly in local environment. But in production ema...

0 Likes
1 Replies
Solved
posted 10 years ago

Laravel Mail::send does not appear to accept variables

Laravel documentation gives the following as an example: Mail::send('emails.welcome', $data, functio...

0 Likes
3 Replies
Solved

problems with mail options

I have few problems with mail in L5.1 cc option is not working. In Laravel 5.1 docs described that...

0 Likes
1 Replies
Solved
posted 9 years ago

Plain Text Email & Line Breaks

How does one add a line break to the plain text version of an email message when using a blade templ...

0 Likes
4 Replies
Solved

Gmail smtp

I tried using gmail smtp but I have the following errors. Connection could not be established with h...

0 Likes
3 Replies
Solved

SMTP Mail not Working in Live Server

My configution works fine on Xampp. But when I deploy it on the live server (shared hosting, Justhos...

0 Likes
5 Replies
Solved

Sending view by email

Hello, Do you have complicated methods for doing that? $view = View::make($viewname, $paramArray);...

0 Likes
3 Replies
Solved

Push queues not receiving view data correctly

Hi guys, I'm having this weird problem, when I try to push an email to the queue, the message is sen...

0 Likes
7 Replies
Solved

How to fire an event after successfull password reset?

Hello folks! How can I fire an event after one of my users successfully resets their account passwor...

0 Likes
2 Replies
Solved

Forgot password fucntion

By using this Password reminders and reset in Laravel 4 tutorial I tried to add "forgot passwor...

0 Likes
1 Replies
Solved

mail send with attachment

I cannot setup mail function to work with attachment. when I add this part of code then I have Error...

0 Likes
1 Replies
Solved

problems with mail send

I have problems with mail send in L5.1 Page with the form showing using GET method, but when I fill...

0 Likes
6 Replies
Solved

Where to change Password Reset Link Subject?

In PasswordBroker.php -> emailResetLink an e-mail is sent to the user. The subject is "Your...

0 Likes
1 Replies
Solved

Reset passwords giving me many errors..

I tried setting up auth stuff myself (5.1 doesn't come pre-packaged with them), and I succeeded. I g...

0 Likes
1 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.