pupsik Sorry for the delayed response. I'm guessing you were using the mail
driver, and your host shut off PHP mailing, so now you can't send mail using that server. Unless they are willing to turn it back on, you'll probably want to use SMTP mailing with an external service (like gmail, as you mentioned).
In email admin, change the driver to smtp
, and configure the following:
- Host: smtp.gmail.com
- Port: 465
- Encryption: ssl
- Username: (your gmail address)
- Password: (your gmail APP PASSWORD)
You'll need to create a special app password through gmail; you can't just use your regular account password.
https://support.google.com/accounts/answer/185833?hl=en