mail-sender

Why can't I call methods on my Mail::Sender object?

I have this simple part of the program that should send an email to a specified user. But it has an error that says "Can't call method "MailMsg" on an undefined value" if ($sender->MailMsg({smtp => 'mail.myISP.com', from => 'suezy.ourdomainhere.com', to =>'[email protected]', subject => 'this is a test', msg => "testing...

send_email from php site hosted by profusehost

Hi, I have my website in PHP hosted with profusehost.net. The problem is that the send_email functionality works correctly when i host it locally on my apache server with mercury mail. But now when i have hosted my pages on profusehost, the mail doesn't go with the send_email. Is there some settings which needs to be done with the hosti...