Registration emails being rejected as spam

  • Claire Haas
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
1 year 1 month ago #157018 by Claire Haas
Registration emails being rejected as spam was created by Claire Haas
Hi,

I am having a problem with all registration emails being rejected when [REGISTRATION_DETAIL] is included in the email body. It is vital to be able to include this information in the email. How can I fix this please?

Kind regards
Claire :-)

Please Log in or Create an account to join the conversation.

More
1 year 1 month ago #157019 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Registration emails being rejected as spam
Hi Claire

Honestly, I don't have any clue about it. The mail is delivered by mail server of hosting provider. So I guess you should contact hosting provider and ask them about it

Otherwise, try to modify code of the file components/com_eventbooking/themes/default/emailtemplates/email.php , change the whole code to just:

<?php echo $body; ?>

Then check to see if it works (the purpose is removing the whole css defined on that file)

Tuan
The following user(s) said Thank You: Claire Haas

Please Log in or Create an account to join the conversation.