Support the ongoing development of Laravel.io →

325 Threads

posted 9 years ago

Passing an array to mail view?

I'm trying to send an email with a shopping list. public function send_list_via_mail(){ $user = Use...

0 Likes
1 Replies
posted 9 years ago

E-mail error

Hi all, i have an issue with mail send functionality the bug is: Address in mailbox given [] does no...

0 Likes
1 Replies

Laravel 5 Blade syntax not working...

I'm new to laravel.With Laravel 5 I read that you have to add "illuminate/html": "5.0...

0 Likes
2 Replies

Mass email notifications with Mandrill

Hi there, I am working on a job website where job seekers can sign up for email notifications for ce...

0 Likes
1 Replies

send mail via mandrill problem

configuration of mail.php <?php return array( 'driver' => 'smtp', 'host' => 'smtp.man...

0 Likes
7 Replies

Using Laravel, SMTP Mail not Working in Live Server

My configuration works fine on Localhost. The email go through successful. But when I deploy it on t...

bijaygithub liked this thread

1 Likes
2 Replies

Laravel Error Message When Sending Email

I'm trying to send a basic verification email using Laravel and an account on mailgun.com. I've foll...

0 Likes
1 Replies

Piping email to laravel

Hi, I'm trying to create app that will handle all mails that come to [email protected] but without...

0 Likes
3 Replies
posted 9 years ago

i want to send mail via GMAIL but got an error like this..

stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:14090...

0 Likes
0 Replies

Forgot password mail

Hii..all I am tryging to create forgot password functionality,, but getting following error. Connect...

0 Likes
3 Replies
posted 9 years ago

I could send mails from GMAIL, but suddenly shows me an error. Why?

Hello. I was sending emails from Laravel, but suddenly it does not work anymore. It says: Expected r...

0 Likes
5 Replies

send mail error

Error in exception handler. The problem in this function Mail::send('emails.contact', Input::all(),...

0 Likes
6 Replies

Password remind doesn't send email

Hello I was implementing reset password process, and I'm following the Auth section of user guide. T...

0 Likes
4 Replies

make a page inaccessible after "post"

So I've got a login system with the possibility for the user to change their email and to change the...

0 Likes
0 Replies

How to sent an email confirmation in laravel?

I have read the official documentaion of laravel and trying some tutorials on the net. But I still f...

0 Likes
1 Replies

Mail pretend does not write message to logs

I'm working on a project that uses Laravel to generate and send custom email messages to a database...

0 Likes
2 Replies
posted 10 years ago

Setting up godaddy as smtp server. Get "501 HELO requires valid address " half the time

Hello! I'm trying to set up my laravel powered web application to use the smtp server of godaddy. Th...

0 Likes
5 Replies

Sending Email

Hi guys, I know how to send Email in laravel 4, don't worry :) I ask for proper way of structuring s...

0 Likes
0 Replies
posted 9 years ago

Mail message cannot be delivered

hi all I am doing a simple mail::send and get this error: Message could not be delivered. Please ens...

0 Likes
4 Replies
posted 9 years ago

Get SMTP Response?

I can view the exception, but is there a way to get the response from sending an email via smtp? Pri...

0 Likes
1 Replies

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.