keith smith wrote: > When you say open a connection are you talking telnet? > Nope, SMTP. SMTP is a protocol which is just about as "open" as telnet, though. PERL has CPAN modules which "just does it". MIME::Entity->build() followed by Net::SMTP->new() then $smtp->data($mime->stringify()) then $smtp->dataend().