getgrav / grav-plugin-email

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

Plugin email does not work at all #114

Closed paoone closed 1 year ago

paoone commented 5 years ago

I have tried set up smtp using gmail or sendmail as well. When Email queue is activated the process seemed to been done - thankyou page is opened and form data are displayed. But message via email (smtp or sendmail) is not send. When Email queue is disabled the warning message is displayed: Sendmail E_WARNING - proc_open() has been disabled for security reasons Smtp Inactivity Timeout Description: Too much time has passed without sending any data for document.

rhukster commented 5 years ago

Well as the message says your hosting provider has disabled proc_open(), try using SMTP:

https://stackoverflow.com/questions/45854659/unable-to-send-emails-in-laravel-using-swift-mailer-proc-open-function-disab

paoone commented 5 years ago

As written above i have tried set up both. I forgot write down that Scheduler is not instaled, because:

Server Error Sorry, something went terribly wrong!

0 - An exception has been thrown during the rendering of a template ("The Process class relies on proc_open, which is not available on your PHP installation."). For further details please review your logs/ folder, or enable displaying of errors in your system configuration.

paoone commented 5 years ago

How can I set the email plugin without Email Queue enabled?