my board won't send email out, so new members can't get their passwords
i noticed some one hacked into my server and deleted my mail folder
what files are needed in there for this to work??
this is the error message recieved when you try to register...
[Sun Oct 14 19:12:36 2001] ultimatebb.cgi: [Sun Oct 14 19:12:36 2001] ultimatebb.cgi: [Sun Oct 14 19:12:36 2001] ultimatebb.cgi: (Maybe you didn't strip carriage returns after a network transfer?) [Sun Oct 14 19:12:36 2001] ultimatebb.cgi: BEGIN failed--compilation aborted at /home/banks/aandbanks-www/cgi-bin/ubb_lib_mail.cgi line 7.
For help, please send mail to the webmaster (
[email protected]), giving this error message and the time and date of the error. ;
this is whuts on like 7...
use Modules::MIME::Lite;
my $msg = MIME::Lite->new(
To => $EmailTo,
From => $EmailFrom,
cc => $CCList,
Bcc => $BCCList,
Subject => $Subject,
Type => 'multipart/mixed',
);
help please
[ 10-14-2001: Message edited by: Fine Girl on Board ]