Sorry for the confusion. I used <my address> to represent my actual address. My code actually reads:
my $fromAddress = 'dthomas@neo.rr.com';
my $toAddress = 'snazzyrags@yahoo.com';
I also did not include my error checking following the $msg->send statement, which is:
#my $status = $msg->send;
#print DEBUG "msg_send returned status=>$status\n" unless $NODEBUG;
#print DEBUG "last_send_successful returned " . $msg->last_send_successful(
I'll try the 'die' statement.
Main Topics
Browse All Topics





by: TintinPosted on 2008-12-23 at 16:19:29ID: 23237860
Two issues.
1. You have badly formed email addresses.
2. You need to check for any errors correctly.
Here's how the script should look
Select allOpen in new window