Too many error when sending email ?!

User avatar
al3abmizo
Posts: 4
Joined: 2016-01-17 21:23
Location: Cairo
Contact:

Too many error when sending email ?!

Post by al3abmizo » 2016-08-04 17:28

Recently i have moved to a new server but when the MX Send Email try to send an email, the email get sent okay without any problems, but generate an error after the execution as follow:

mail() on [/home/tabkhfal/public_html/hannywbarek.com/includes/common/lib/email/Pear/Mail/mail.php:120]: To: misronlineads@gmail.com -- Headers: MIME-Version: 1.0 From: Waleed Barakat <misronlineads@gmail.com> X-Priority: 3 X-Mailer: InterAKT tNG mailer Content-Type: multipart/alternative; boundary="=_f4f9434f375bf60795aec7e1cd327699"

I have called the server support and they escalate the issue to a higher support level and they also escalated it to top level of support and finally they said : We're out of solution...

So can anyone help me here? why the script generate such error code?

I have searched and found that the script is unable to locate the file:
http://www.hannywbarek.com/includes/com ... l/mail.php
Fatal error: Class 'Mail' not found in /home/tabkhfal/public_html/hannywbarek.com/includes/common/lib/email/Pear/Mail/mail.php on line 26

The affected page is:
http://www.hannywbarek.com/contact

This error is appearing only in :
/home/tabkhfal/public_html/hannywbarek.com/php_mail.log

Nothing the user can see, but it will be a huge file of errors each time an email being sent.
My best wishes & greetings
Al3abMizo Games

User avatar
Fred
Site Admin
Posts: 491
Joined: 2010-02-15 12:10
Location: Armagh, Northern Ireland
Contact:

Re: Too many error when sending email ?!

Post by Fred » 2016-08-10 23:35

Hi Waleed,
The file you trying to view will generate the error because it extends this script http://www.hannywbarek.com/includes/com ... r/Mail.php

So you manually trying to run it the wrong way around.

I would suggest to download the latest version of pear mailer and see what happens.
https://github.com/pear/Mail

Post Reply