Support the ongoing development of Laravel.io →

406 Threads

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

Authentication errors sending mail in laravel 5.2

I am trying to send a mail using laravel but am getting this error : "Expected response code 25...

0 Likes
1 Replies

default password reset of authentication not working (Expected response code 220 but code "", with message "")

i am using laravel 5.2 and php 5.6 .env MAIL_DRIVER=smtp MAIL_HOST=smtp.gmail.com MAIL_PORT=465 MAIL...

0 Likes
0 Replies

Get reset password email laravel 5.2

Here is my code. https://github.com/asimkh/apps/blob/hazzir/app/Http/Controllers/Auth/PasswordContro...

0 Likes
0 Replies

Mail Issues On Live Host

I use HostGator as my web host. I have a global Helper function called sendMail. When I call sendM...

0 Likes
0 Replies

Unexpected behaviour with laravel 5.1 password reset

I have two laravel 5 apps using one database with two auth tables: users (internal use) and accounts...

0 Likes
0 Replies
posted 9 years ago

Mail::send/queue causes ERR_EMPTY_RESPONSE / 324 error

I started to build a Laravel application, during the development of the authentication module I want...

0 Likes
6 Replies

Laravel mail with localhost+xampp+gmail

I trying to use laravel 4.1 mail function with xampp in windows OS. I am using gmail smtp to send th...

0 Likes
2 Replies

exception in event bus listener prevents further event listeners?

I have this in my EventServiceProvider 'App\Events\PlayerRegistered' => [ 'App\Listeners\Send...

0 Likes
0 Replies

how to get jquery variable in controller using ajax

Hello friends I want to make online calculator Below is simple draft of this. I cannot get it work p...

0 Likes
5 Replies

Nasty recipient mixup on Mail::queue() and Queue::failing()

Hi! Laravel 4.2 here, eCommerce site. After an order is placed, I queue several summary emails like...

0 Likes
0 Replies

How to debug why a job failed on Laravel 5.2

I'm trying to dispatch Welcome Email on Laravel 5.2 but the job is failing and I have no idea how to...

0 Likes
0 Replies

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

Bulk Email Sending + Do not contact lookups. I need implementation advice

Hi all, I am implementing a messaging center that will allow the marketing department to pass search...

0 Likes
0 Replies

[Mail] : Embedding image failed when the embedding is in the parent view

I have 2 blade view to send an email, they are : layout.blade.php and welcome.blade.php where welcom...

0 Likes
0 Replies
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

Multimail: Mail with multiple configs at runtime -- need opinions

I wanted to be able to do something like this: Mail::using($c)->send('emails/default', ['content'...

0 Likes
3 Replies

Cannot send email using gmail in Laravel 5.2.

Hi everyone, I currently get stuck with sending email using gmail in Laravel 5.2. Here are my config...

0 Likes
0 Replies

Mail in laravel

I cannot send mail through laravel. I have changed the .env file, mail file and also changed the smt...

0 Likes
2 Replies

Want to use simple php mail function but its not working

I want to use simple php mail function to send email instead of laravel default smtp .I am using Hos...

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.