Hello,
Someone from this group gave me that snippet. I apologize for sending the
whole thing, I am new and thought maybe the whole thing needed to be looked
at to tell how to code it.
I am VERY new lol. But I didn't write that code.
It was someone named Chas I believe.
I am trying to use Mail::Sender as it was recommended.
I have no idea how to do this, but I am ready to learn.
I do not know how to define "sendmail".
Lisa
###############################
my %email = (
Server => 'relay.moonlitsubmithosting.com',
To => $mlist,
From => "$sub/$listname",
Subject => $subject,
Message =>
"$top_note\n" .
'-' x 72 .
"\n$message\n" .
'-' x 72 .
"\n$bot_note"
);
Mail::Sender(%email) or die $Mail::Sender::Error;
##############################
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]