configuration of mail.php <?php return array( 'driver' => 'smtp', 'host' => 'smtp.man...
My configuration works fine on Localhost. The email go through successful. But when I deploy it on t...
I'm trying to send a basic verification email using Laravel and an account on mailgun.com. I've foll...
Hi, I'm trying to create app that will handle all mails that come to [email protected] but without...
stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:14090...
Hii..all I am tryging to create forgot password functionality,, but getting following error. Connect...
Hello. I was sending emails from Laravel, but suddenly it does not work anymore. It says: Expected r...
Error in exception handler. The problem in this function Mail::send('emails.contact', Input::all(),...
Hello I was implementing reset password process, and I'm following the Auth section of user guide. T...
So I've got a login system with the possibility for the user to change their email and to change the...
I have read the official documentaion of laravel and trying some tutorials on the net. But I still f...
I'm working on a project that uses Laravel to generate and send custom email messages to a database...
Hello! I'm trying to set up my laravel powered web application to use the smtp server of godaddy. Th...
Hi guys, I know how to send Email in laravel 4, don't worry :) I ask for proper way of structuring s...
hi all I am doing a simple mail::send and get this error: Message could not be delivered. Please ens...
I can view the exception, but is there a way to get the response from sending an email via smtp? Pri...
Hi, I'm trying to send emails with attachments through the Mandrill API. When I'm using the "sy...
Is there a way to count email that has been send to the address of the website
Hi Guys, I'm using laravel layouts and templating language for my email views, I need to Inline the...
Im getting emails to send no problem, but i want to list them and make use of the API in an interfac...
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