Hi,
I receive this error when using what's below that someone told me to use:
syntax error at members.cgi line 589, near ")
sendmail"
Is there something I can do easily to fix it?
Thanks,Lisa
#########################################
my %email = (
Server => 'smtp_server_name',
To => $mlist,
From => "$sub/$listname",
Subject => $subject,
Message =>
"$top_note\n" .
'-' x 72 .
"\n$message\n" .
'-' x 72 .
"\n$bot_note"
)
sendmail(%email) or die $Mail::Sendmail::error;
#########################################
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]