Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
40 views

Laravel 11 Mail sending to only first recipient in a loop / CC adding only X-CC header

This is using Laravel 11. I have two issues, happy to have either fixed as they’d both resolve the problem! I’ve a loop of email addresses to send a Mail to but the first recipient is used for every ...
Ric's user avatar
  • 3,388
0 votes
0 answers
34 views

Laravel v.11 job don't send email but give no errors

I have this problem with Laravel 11 that I can't solve: I create a command to retrieve data to send by email and this work correctly: class SendEvent5Reminder extends Command { /** * The name ...
Marco's user avatar
  • 1
-1 votes
0 answers
56 views

Bug on laravel email

to start I would like to apologize for my English. I have a problem with sending email with Laravel. as you can see in the image that I attached, there is html code. According to the research I did ...
Ibrahim Toulouse's user avatar
1 vote
0 answers
34 views

How to Directly Set SMTP Credentials in Laravel Mailer Without Using Config Values?

I'm working on a Laravel project where I need to send emails with different SMTP credentials for each email. Instead of setting these credentials in the configuration files, I want to directly pass ...
Jebin Joseph's user avatar
0 votes
1 answer
44 views

Email Send using AWS SES in Laravel

I tried to send email using AWS SES SMTP and this is how I did. .env MAIL_MAILER=smtp MAIL_HOST=email-smtp.{AWS_REGION}.amazonaws.com MAIL_PORT=587 MAIL_USERNAME="${AWS_SES_USER_NAME}" ...
pig0809's user avatar
  • 75
1 vote
1 answer
39 views

How to upload multiple file attach in laravel email

My listing page each record has checkbox now i choose one or more record to click send email db to featch records filename to pass email?is it possible? i need to select record files attach email ...
Raj Kumar's user avatar
0 votes
1 answer
50 views

How to Integrate Tailwind CSS into Laravel Email Templates

I tried adding Tailwind CSS to my Laravel email template, but it didn't work when I sent an email. I prefer Tailwind CSS because it's easier to create responsive layouts than with regular CSS. I ...
Leslie Joe's user avatar
1 vote
0 answers
49 views

How can I use Events and Listeners in Laravel to send an email?

I'm developing a web application using Laravel and I want to use events and listeners to send an email. Specifically, I want to send a welcome email whenever a new user registers. I know that Laravel ...
vahid balanchi's user avatar
0 votes
0 answers
42 views

Mailcoach laravel send Campaign issue using mailcoach docs

I'm experiencing an issue with Mailcoach where my campaign gets stuck on loading and does not send. I have set it up using an existing app following the methods described in the Mailcoach ...
Shery's user avatar
  • 1
0 votes
0 answers
56 views

From Address is not applied when mail is sent in Laravel Version 11

I want to send mail from different address. I changed in this code but address (address: '[email protected]') in following code but isn't applied. It just show address by use MAIL_USERNAME in env ...
user050987's user avatar
0 votes
0 answers
41 views

Email is not being sent on GoDaddy server but works on localhost

So, my laravel website can send the emails on localhost with same configuration but once I deployed the changes it can't send the email and here are the logs; Connection could not be established with ...
Kelash's user avatar
  • 21
0 votes
0 answers
38 views

Laravel SMTP mail driver configuration/timeouts

The official Laravel's documentation is lacking details, so I'm asking here. We're using Laravel v10 with SMTP mail server (Mailgun) and have rather frequent issue of connection being reset. These are ...
Kristjan O.'s user avatar
0 votes
1 answer
44 views

Laravel Markdown email

I am using Laravel markdown to send email to users. The problem I am facing is when I tried to embed some HTML block inside an email. I need to send HTML block in email, because I want to tell them ...
Govinda Lohani's user avatar
0 votes
2 answers
229 views

i have problem on sending email using mailtrap

Connection could not be established with host "sandbox.smtp.mailtrap.io:2525": Unable to connect to sandbox.smtp.mailtrap.io:2525 (A connection attempt failed because the connected party ...
yousef mostafa's user avatar
0 votes
0 answers
111 views

Connection to "process /usr/sbin/sendmail -bs" has been closed unexpectedly. with smtp and laravel

"I tried to send emails with SMTP,Laravel version 9 using Gmail and Outlook, but I keep getting always this error: 'Connection to "process /usr/sbin/sendmail -bs" has been closed ...
helen's user avatar
  • 123

15 30 50 per page
1
2 3 4 5
109