Forum Moderators: coopster & phranque

Message Too Old, No Replies

Server HTML Email Issue

Dedicated server sending out wierd HTML emails

         

Sekka

2:45 pm on May 9, 2006 (gmt 0)

10+ Year Member



Hi.

Ok, this is my problem. We have a dedicated Linux server running CentOS and Plesk.

Our website sends out emails for confirmations, etc, and we had the server sending out HTML ones. It was working fine and dandy until yesterday.

Here is our mailing function,

http://www.example.co.uk/codes/mailer.php (It's a highlight_string () document so you can copy and paste if need be)

No matter what I do, we get this through,

Content-Type: multipart/alternative; boundary = URU4460a5ad691ce This is a MIME encoded message. --URU4460a5ad691ce Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: base64 UkFS --URU4460a5ad691ce Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: base64 UkFS

I have these settings,

$tmp_Plain = "RAR";
$tmp_HTML = "<b>RAR</b>";

I have passed them and used COUNTLESS other variations. but they always come through as above. Our hosting company is as baffled as we are so I am asking you for help! Help us!

:(

Thank you.

[edited by: jatar_k at 3:44 pm (utc) on May 9, 2006]
[edit reason] no urls thanks [/edit]

perl_diver

5:13 pm on May 9, 2006 (gmt 0)

10+ Year Member



How does this relate to perl or CGI scripting in general?