getgrav / grav-plugin-email

Grav Email Plugin
http://getgrav.org
MIT License
37 stars 29 forks source link

Form notices unreliable #57

Closed sunyatasattva closed 7 years ago

sunyatasattva commented 7 years ago

I'm having a problem whereby the form confirmation messages gets shown unreliably. The email gets sent correctly, but the confirmation mostly doesn't show up in my production environment (and mostly does show up in my local dev environment). Sometimes the notice gets stuck no matter what and shows up even if I open an incognito window with the page.

How can I debug this issue?

flaviocopes commented 7 years ago

The email is sent, but it does not reach your inbox? Or you're talking about other notices?

How is the email plugin configured, using SMTP or PHP mail?

sunyatasattva commented 7 years ago

Sorry for the lack of clarity. The email is sent and received. The notice I am talking about is the "Thank you" message on the site.

flaviocopes commented 7 years ago

Strange issue. Can you open it on the form plugin repo instead of this?

sunyatasattva commented 7 years ago

Thank you, I just did. We can close this here, then? Still, do you have suggestions on how could I debug the notice itself?