The error message is caused by the captcha! I have this problem too.
I remove the captcha and then it works.
Thread Starter
yoshyb
(@yoshyb)
@buzztone That is true, however this is a reservation form so this value always has to be used. Because of that reason this field is also needed (*)
@website90 Even after removing Captcha (disabling the plugin and removing it from the form) my form still doesn’t work.
Please note, the form was completely working until like 3 days ago (nothing is changed in the form)
That is true, however this is a reservation form so this value always has to be used. Because of that reason this field is also needed (*)
But does it need be in the Email Subject? Why not just in the message body.
You are trying to send an email from WordPress. Your From: address looks fine. Your Subject: looks risky.
Thread Starter
yoshyb
(@yoshyb)
@buzztone removed the [_format_date-950 “d-m-y”] from the Subject, still no luck. Also checked the URL which you provided but still no luck…
I’d recommend you install Postman SMTP Mailer/Email Log temporarily which includes excellent email debugging.
Thread Starter
yoshyb
(@yoshyb)
I will try this tomorrow, will keep you updated!
@yoshyb,
Can you try this?
–Your mail setup
To: [email protected]
From: [email protected]
Subject: Reservering voor: [_format_date-950 “d-m-y”]
Additional Headers: Reply-To: [your-email]
Message Body:
Van: [your-name] <[your-email]>
Onderwerp: Reservering
Telefoonnummer: [tel-944]
[_format_date-950 “d-m-y”]
Gewenste datum: [_format_date-950 “d-m-y”]
Gewenste tijd: [menu-462]
Aantal personen: [number-664]
Bericht inhoud:
[your-message]
—
Deze e-mail is verzonden vanuit het reserveringsformulier op Bella Italia
Or:
–Your mail setup
To: [email protected]
From: [email protected]
Subject: Reservering
Additional Headers: Reply-To: [your-email]
Message Body:
Van: [your-name] <[your-email]>
Onderwerp: Reservering
Telefoonnummer: [tel-944]
[_format_date-950 “d-m-y”]
Gewenste datum: [_format_date-950 “d-m-y”]
Gewenste tijd: [menu-462]
Aantal personen: [number-664]
Bericht inhoud:
[your-message]
—
Deze e-mail is verzonden vanuit het reserveringsformulier op Bella Italia
Is [email protected] exist? Maybe one.com refuses to send because the address does not exist?
Thread Starter
yoshyb
(@yoshyb)
Just found out that once again the host managed to disable mailing function. Contacted them and will wait for a reply.
@website90 and @buzztone, Thank you both for your time!
Using Postman SMTP Mailer/Email Log would avoid future hosting issues.
@yoshyb,
No problem! Let you know the result?