OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: SMTP vs. SENDMAIL for sending.
From: ChrisG (chrisgglobal.co.za)
Date: Wed Jun 07 2000 - 18:50:08 CDT


Lo' There.

I'm trying to send HTML messages, I get different behaviour from either
using /usr/bin/sendmail or SMTP (port 25 connection).

When sending via SMTP everything is fine, I get HTML e-mail.

When sending via Perl like:
open (MAIL, "|/usr/bin/sendmail -t -oi");

I get the following message body (not HTMLIZED):
------------------------------
MIME-Version: 1.0
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html>Hello World<br><a href="http://www.global.co.za"> Link to
GIA</a></html>
------------------------------

Any ideas?