Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: polarair on December 08, 2005, 09:54:39 AM

Title: Newbie: SMTP HTML Question
Post by: polarair on December 08, 2005, 09:54:39 AM
Hi,
I'm working with FormprocessorPro a commercial mailform script. But i'm getting some strange MIME problesm. I contacted the maker of the script and he checked his stuff and his comment was "This is rather your SMTP server problem. Please ask your hosting provider if it is possible to send HTML email messages by your scripts using localhost SMTP" :-o

Now as we are the hosting provider with SME 6.5r1 i'm lost.
How can i make this work. Please help.
Cheers :-)  
Mike
-------------
Output of the script first few lines .... then end
-------------
Content-Type:  text/html

This is a MIME encoded message.  --=_94117552947066c99f6aed3e1ddb6b83 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: Quot-Printed   <html> <body bgcolor="#FFFFFF" text="#000000"> <style type="text/css">
........<< HTML INFO>>
 </body> </html>  --=_94117552947066c99f6aed3e1ddb6b83--
Title: Re: Newbie: SMTP HTML Question
Post by: CharlieBrady on December 08, 2005, 04:11:25 PM
Quote from: "polarair"
Hi,
I'm working with FormprocessorPro a commercial mailform script. But i'm getting some strange MIME problesm. I contacted the maker of the script and he checked his stuff and his comment was "This is rather your SMTP server problem. Please ask your hosting provider if it is possible to send HTML email messages by your scripts using localhost SMTP" :-o


The SMTP server doesn't mess with content at all (other than to add headers) - it either rejects it, or passes it on. Yep, it's possible to send HTML email messages - as you can verify for yourself.
Title: Re: Newbie: SMTP HTML Question
Post by: polarair on December 08, 2005, 04:33:34 PM
Quote from: "CharlieBrady"
The SMTP server doesn't mess with content at all (other than to add headers) - it either rejects it, or passes it on. Yep, it's possible to send HTML email messages - as you can verify for yourself.


Thanks thats what i thought. :hammer: