Page 1 of 1

PHP Mailer doesn´t work

Posted: Thu Nov 24, 2022 7:14 am
by Chizzle685
I have a problem with the php mailer. I noticed yesterday that it no longer works. I haven't changed anything in the settings. The only thing I did is a software update from Web Builder 17.

https://jahncke-gmbh.de/kontakt-datensatz.php


Screenshots settings:

Image
Image

Re: PHP Mailer doesn´t work

Posted: Thu Nov 24, 2022 7:24 am
by Pablo
What exactly does not work?
Is there an error?

Maybe you did not publish all files to the server?

Re: PHP Mailer doesn´t work

Posted: Thu Nov 24, 2022 7:47 am
by Chizzle685
No error is displayed. There is only a redirect to the error page. If I remove the redirect to the error page, I just get a blank white page with no error message.

All files have been published

Re: PHP Mailer doesn´t work

Posted: Thu Nov 24, 2022 8:26 am
by Pablo
In general, the error page is only displayed if the email address or captcha is wrong.

To be able to help you, I need a DEMO project (.wbs file) so I can see all your settings.

I do not need the complete project because that will only take more time to figure out what you have done.
Basically, I just need a small project with one page and object(s) that are relevant to your question.

Note that I cannot see what you have done based on the published page (HTML), because the software has thousands of options and millions of possible combinations.
So, there is no way to know which options you have used by looking at the HTML only.

For further details about how to share a project file, please see this FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134

Re: PHP Mailer doesn´t work

Posted: Thu Nov 24, 2022 8:53 am
by Chizzle685
Thanks Pablo,

here ist the link:

http://jahncke-gmbh.de/Chizzle685.rar

Re: PHP Mailer doesn´t work

Posted: Thu Nov 24, 2022 9:02 am
by Pablo
Everything seems to be correct. I have tested the form on my own website and it works for me.

Can you please add ##error## to the error page to see what the error is?

See also "How do I display the error message on the error page?" in the FAQ:
https://www.wysiwygwebbuilder.com/forum ... hp?t=32967

Re: PHP Mailer doesn´t work

Posted: Thu Nov 24, 2022 9:26 am
by Chizzle685
SMTP Error: The following recipients failed: ajahncke@t-online.de: : Recipient address rejected: Sender not found / Absender-Adresse unbekannt (t-online.de).





Thanks Pablo, I was able to solve the problem. If I select a different email address as the recipient, it works.

Extremely strange.

I have other projects and the recipient email address works there.

Re: PHP Mailer doesn´t work

Posted: Thu Nov 24, 2022 10:03 am
by Pablo
You will need to contact your web host about this. This is unrelated to PHP mailer or WWB.

Re: PHP Mailer doesn´t work

Posted: Thu Nov 24, 2022 12:23 pm
by Chizzle685
In case someone has the same problem.

You must enable Status Sender Policy Framework (SPF) in your email account

Re: PHP Mailer doesn´t work

Posted: Thu Nov 24, 2022 12:35 pm
by Pablo
Thanks for sharing that information!