This topic is locked

Password Remind email

12/28/2011 6:37:44 AM
PHPRunner General questions
author

Hi
I have updated the user login settings with my SMTP, port, username etc. Now I get this issue. Any ideas why.
settings (example)

ticked use custm mail server
SMTP server: mail.test.com

SMTP server port: 587

SMTP username: test@test.com

SMTP password: password
I now get this error.

Fatal error: Cannot redeclare class SMTP in /home/xcate924/public_html/sofality/bcc/class.smtp.php on line 49









Any ideas

Thanks in advance

Richard

Sergey Kornilov admin 12/28/2011

Richard,
you need to delete class.smtp.php file from your server. It looks like you have added PHPMailer files to your project which is not required as PHPunner already comes with PHPMailer.