Hello!

> Do I need the MIME-Version, Content-Type and Content-Transfer-Encoding
> also or can it be left out ? There will be only plain text and never an
> attach.

AFAIR if you won't put them in header, the default values should be
assumed (respectively: 1.0, text/plain; charset="US-ASCII", 7bit) by the
message parser.

>    MailBody := 'Delivered-To: ' + EMail + #13#10 +
>                'Subject: ' + Subject + #13#10 +
>                'Date: ' + DT + #13#10 +
>                'MIME-Version: 1.0'#13#10 +
>                'Content-Type: text/plain; charset="us-ascii"'#13#10 +
>                'Content-Transfer-Encoding: quoted-printable'#13#10 +
>                'From: ' + From + #13#10 +
>                'To: ' + DestName + #13#10#13#10 +
>                Data;

If you're using US-ASCII, consider using Content-Transfer-Encoding: 7bit. 

-- 
Piotr "Hellrayzer" Dalek
Author of ICS-Based Hellcore Mailer - an Outlook Express killer
http://www.hcm.prv.pl
[EMAIL PROTECTED]

----------------------------------------------------------------------
Znajdz swoja milosc na wiosne... >>> http://link.interia.pl/f187a


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to