Email Plugin send no email, and have no entrys in the log

Hi,

I have Grav CMS running on a small web hosting from https://www.hosting.de.
It is only possible to use phpMail.
I have set the mail plugin to native, but no mail is sent on PW reset.
In the email log of Grav, nothing is displayed.
Is there anything else I should consider with the email plugin for the use of phpMail?
What else can I test etc.?

Thanks,
Oliver

I’m not sure exactly what kind of restriction this is. Is outgoing mail blocked? Are you limited to the PHP libraries they provide?

(Maybe there are better choices for hosting BTW)

Also, how are you trying to email? Did you create a form? Details are always welcome as it becomes very tedious asking back and forth on this kind of platform.

I suggest you use a third party mailer service like Mailjet (free) or Purelymail (paid but v. cheap).

If outgoing email is blocked completely from your host, the Email plugin from version 4 lets you use the APIs of third party mailers. You need to use a separate plugin for each API (e.g. Sendgrid’s). Using the API means that you are generating email through a web service they provide, so no mail protocols or libraries are used on your host. This should work around any email restrictions they have.