andrearago
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
no, they haven’t fixed the problem yet
Hi @ibrahimsharif ,
any updates on this topic?
Thank youHello @ibrahimsharif
as requested i leave all the information below. I had to blur some sensitive information. They’re all email addresses or names.
The email content before it’s sent through FluentSMTP
I made this code snippet to replicate the problem.
add_action('init', function(){
$test_content = "This is the first line\n. This is the second line.";
$subject = 'Test Email';
$to = 'add address here';
wp_mail( $to, $subject, $test_content );
});The email content after it’s been sent via FluentSMTP/SMTP2Go and received in your inbox.
The new line becomes a blank space.

Your FluentSMTP settings.


The email headers, specifically the ‘Content-Type’ header.

It seems that it’s replacing the text/plain header with the text/html header.
I am currently using SMTP2Go with other SMTP plugins for WordPress and they work fine.
Thank you for you assistance.
- This reply was modified 10 months ago by andrearago.
Viewing 3 replies - 1 through 3 (of 3 total)