getgrav / grav-plugin-login

Grav Login Plugin
http://getgrav.org
MIT License
44 stars 54 forks source link

"Notification email" not working #198

Closed niro93 closed 4 years ago

niro93 commented 5 years ago

Hello,

i want to use the option "Send notification email", but it is not working. The "Welcome Mail" and "Activation Mail" is working fine, but not the Notification for the site admin. I checked the Debug Mail.log and there is no entry. The "Email to" Mail is configured.

thank you

rhukster commented 5 years ago

What version?

niro93 commented 5 years ago

Everything is up to date.

niro93 commented 5 years ago

Is it working for you?

rhukster commented 5 years ago

Yes works fine. Can you send other email? Have you tried the test email cli command?

niro93 commented 5 years ago

Other email is working fine, "Registration" and "Forgot Password" for example.

niro93 commented 5 years ago

The test email via cli command is working, but with some errors. Is this my problem? "Message sent successfully!"

`PHP Warning: PHP Startup: Unable to load dynamic library 'oci8.so' (tried: /usr/lib64/php/modules/oci8.so (libclntsh.so.18.1: cannot open shared object file: No such file or directory), /usr/lib64/php/modules/oci8.so.so (/usr/lib64/php/modules/oci8.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

PHP Warning: Module 'mbstring' already loaded in Unknown on line 0

PHP Warning: PHP Startup: Unable to load dynamic library 'oci8' (tried: /usr/lib64/php/modules/oci8 (/usr/lib64/php/modules/oci8: cannot open shared object file: No such file or directory), /usr/lib64/php/modules/oci8.so (libclntsh.so.18.1: cannot open shared object file: No such file or directory)) in Unknown on line 0

PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_oci' (tried: /usr/lib64/php/modules/pdo_oci (/usr/lib64/php/modules/pdo_oci: cannot open shared object file: No such file or directory), /usr/lib64/php/modules/pdo_oci.so (libclntsh.so.18.1: cannot open shared object file: No such file or directory)) in Unknown on line 0 `

I am using a own registration form, could i add a separate mail by adding something like this? https://github.com/getgrav/grav-plugin-email#emails-sent-with-forms

bobbwal commented 5 years ago

Could it be this issue here? Correct sendNotificationEmail to use plugins.email.to

rhukster commented 5 years ago

Merged this now.