These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Postfix mail not displaying correctly in mail clients on the new forum.
When we send email from the dedicated server running virtualmin server it arrives like this:
brithday reminders for august brithday etc etc
but when we send emails from the current shared hosting server they arrive like this:
Birthday Reminders for August
Here are the birthdays upcoming in August!
PersonDayMonthYear Joe3rdAugust1970 Sally17thAugust1973is there a config that needs to be checked in postfix so that HTML tags are not displayed within the mail?
Well, Postfix isn't going to touch your message body. It just takes an email it's given, and hands it off to the recipients email server. And then the recipient can read it.
The two variables here are:
If something changed about what's generating the email itself (if it's a PHP app, for example, maybe something in PHP changed) -- that could potentially be causing the issue you're seeing. Maybe something regarding the headers isn't working the same as it had. You may want to review the logs that PHP would write to.
The recipients email client -- are you sure the email client and settings here are the same? If if the client wasn't set to view the email as HTML, it could potentially cause the problems you're seeing.
-Eric