• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Tags in html email in admin mode in php 8.0 +

Tags in html email in admin mode in php 8.0 + 1 year 5 months ago #42357

Hello
Admin or user email gives whole html code with tags and even headers. So every email looks like that:
Content-Type: text/html; charset=utf-8
 
Content-Transfer-Encoding: 8bit
 
<p>Thank you for your message!</p>
 
<p><strong>message:</strong> Hello, this is a message!</p>
 
<p> </p>



HTML mode is ON.
Problem occurs for PHP version 8.0 and 8.1.
In 7.3 or 7.4 email looks right, like that:
Thank you for your message!
message: hello, this is a message!

Has anyone idea what cause the problem in php 8+ while in php 7 it works right?

Regards
Leszek
The administrator has disabled public write access.

Tags in html email in admin mode in php 8.0 + 1 year 5 months ago #42370

  • dragos
  • dragos's Avatar
  • NOW ONLINE
  • Administrator
  • Posts: 559
  • Thank you received: 102
Hello,

RSForm!Pro has been designed to simply use the configured Joomla! Global Configuration mailer and the email sending is done through the same standard Joomla! sendMail() function - RSForm!Pro doesn't add such headers:
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit

If you're using the PHP mailer in your Global Configuration area, you can try switching to SMTP instead and if it works, contact your hosting provider directly.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!