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

All Questions

Tagged with
0 votes
1 answer
39 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
-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
0 votes
0 answers
14 views

How to send Mail with Dynamic Sender in Laravel 10 [duplicate]

I am stuck here I want to send mail in Laravel 10 Mail Class with dynamic email address.I am using Hostinger for hosting & mail both. I have searched alot but the available solutions they are ...
Ahmed Ibrahim's user avatar
0 votes
0 answers
28 views

PHPMailer Intermittent SMTP Error (OVH Server)

I've been having this problem for a while now. I am intermittently getting an error when using PHPMailer to send mail from my OVH hosted email address using SMTP. I have now setup a test file with ...
BogusFeet'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
0 answers
40 views

Unable to send email using SMTP. Your server might not be configured to send mail using this method.(CI version 4.5.3)

I am getting an error when I try to send mail using the codeigniter email service(using CI version 4.5.3). I have used the same email configuration for successfully sending emails with previous ...
DXB-DEV's user avatar
  • 569
0 votes
1 answer
43 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
0 answers
24 views

Send an email via PHP using third part services mailjet

I want to send an email via my localhost PHP after a specific action is completed. In the given code, I am testing emails statically to check if it works. I tried this code: <?php require_once &...
Sally Zoughaib's user avatar
-2 votes
0 answers
49 views

form submitted but not getting email in php [duplicate]

What is the problem in coding. When I click on form submit button, it redirects to successful submission.html page, but actually I cannot receive any email from server. I am fed up and I don't have ...
Umair Ahsan's user avatar
-1 votes
1 answer
49 views

Wordpress: How to dynamically change sender email and from name within PHP function

I am using the following function to send emails on a WordPress website: add_action( 'phpmailer_init', 'my_phpmailer_smtp' ); function my_phpmailer_smtp( $phpmailer ) { $phpmailer->From = 'Info'...
Senne Vandenputte's user avatar
0 votes
0 answers
42 views

Source Email security with MailMessage and Mail functions (C# and PHP) curiosity question

The work I have been doing for a summer internship has led to me use a couple mail functions, ex: MailMessage and Mail (C# and PHP respectively). A couple sources online have mentioned that C# needs ...
nellyjelly56's user avatar
-1 votes
2 answers
72 views

PHP: PHP Mailer, Message could not be sent

I'm using PHP Mailer for Mail send process. when i use that i have recieving one error message which is Error: Admin: Message could not be sent. Mailer Error: SMTP Error: Could not connect to SMTP ...
Klinton A'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
1 answer
55 views

I don't want my email form to redirect to my php file

I created an email form on my website to collect emails using javascript and php. Initially, I attempted to prevent it from redirecting me to www.mywebsite.com/send_email.php by using fetch, but it ...
Express's user avatar

15 30 50 per page
1
2 3 4 5
1159