Home › Forums › Quform PHP › Quform PHP stopped working. Please we need urgent help
- This topic has 3 replies, 2 voices, and was last updated 7 months, 2 weeks ago by Ally.
- AuthorPosts
- February 19, 2024 at 1:38 pm #36506Jason2004Participant
Hi Ally,
We are very satisfied with Quform PHP. Thank you for developing it.
However, it suddenly stopped working.
Since the matter is urgent, we have contacted you by email, too.
This is what we get as an error:Fatal error: Uncaught PHPMailer\PHPMailer\Exception: Could not instantiate mail function. in /quform/vendor/phpmailer/phpmailer/src/PHPMailer.php:1907 Stack trace: #0 /quform/vendor/phpmailer/phpmailer/src/PHPMailer.php(1640): PHPMailer\PHPMailer\PHPMailer->mailSend()
We need your help.
Thank you for your support!February 19, 2024 at 9:01 pm #36507Jason2004ParticipantAs Quform suddenly stopped working (without us changing the code), we contacted the hosting provider to investigate the problem. However, they referred us to you.
This is their response:
We recommend consulting with your web developer to review and address any script-related concerns. Additionally, please be aware that sending emails with alternative or empty email senders using IONOS servers is no longer supported. Have your web developer check the settings you have in the form.
https://www.ionos.com/help/email/troubleshooting-mail-basicmail-business/sending-emails-is-not-possible/
https://www.ionos.com/digitalguide/e-mail/technical-matters/phpmailer/February 20, 2024 at 12:17 pm #36510Jason2004ParticipantWith the help of technical support, we found that the cause of the problem was the lack of SMTP authentication. It seems to be necessary now.
After the setup, Quform PHP worked for us again without any problems.$config['smtp'] = array( 'host' => '', 'port' => 25, 'username' => '', 'password' => '', 'encryption' => ''
Is it recommended that we also set “encryption”? We have left it blank for now.
February 21, 2024 at 7:56 am #36512AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.