thorsten / phpMyFAQ

phpMyFAQ - Open Source FAQ web application for PHP 8.1+ and MySQL, PostgreSQL and other databases
https://www.phpmyfaq.de
Mozilla Public License 2.0
582 stars 253 forks source link

Unable to update mail from email address #2992

Closed tolew1 closed 2 weeks ago

tolew1 commented 3 weeks ago

PHPMYFAQ 3.2.6

Most email service providers will only let you send mail from verified domains. I get an error message every time I save the configuration.

The issue is my sending domain is mail.exmpale.com but my email address that I receive mail is example.com. So it gets a 550 error message. PHPmyFaq doesn't provide a way to specify what the From email is. For instance I would use no-reply@mail.example.com as the From email which will stop the error message and send the messages but the PHPmyFaq only uses the admin email address which of course won't work.

thorsten commented 3 weeks ago

You are right. As this a breaking feature, we'll have to add this in the upcoming 4.0 release.