Dim( message, string ) FileReadAll( "C:\\testmail.htm", message ) MailSend( "", "", "pierre_dupuis", "Subject:html-test", message ) Please also make sure in the Options you have SMTP email interface selected with "text/html" format. : Hi, : I am tring to send a HTML e-mail with this command : MailSendWithAttachment( "", "", : "pierre_dupuis", "Subject:html-test", "", : "C:\\testmail.htm" ) : I am receiving the html file as an attachement instead of : see the html file. : I also set the message encoding to MIME: Quoted... : and type to text/html : Please could you help? : Thanks. : Pierre.
|