Author Topic: Unable to send email  (Read 2334 times)

Offline sqdge

  • Newbie
  • *
  • Posts: 2
Unable to send email
« on: March 19, 2008, 03:02:13 PM »
Since I upgraded to the Stable release I have been unable to send emails. Looking in the error log it says:

Code: [Select]
PHP Fatal error: Call to undefined function rcmail_deliver_message() in /home/*user*/public_html/mail/program/steps/mail/sendmail.inc on line 320
Line 320 is:

Code: [Select]
$sent = rcmail_deliver_message($MAIL_MIME, $from, $mailto);
I'm sure that my SMTP settings are alright - any other ideas?