Contact 7 not sending email

The previous dev had set the client up with gmail. So I have edited the mail.yml like so:

Mail.yml

mail_smtp_server: smtp.mywbsite.com.au:587
mail_admin: info@mywbsite.com.au
mail_hostname: mywbsite.com.au
mail_user: smtp_user
mail_password: "{{ vault_mail_password }}" 

Then re-provisioned the remote, and deployed. Which, side note blew away the database. And yes I backed the DB up… 22days ago! :joy:

I’m not getting error in the admin, the contact 7 form is not working :sweat_smile:

Any help is greatly appreciated.

Did you check all credentials for the email account you set in mail.yml?
Did you put the password in all/vault.yml?
Did you set up and test this account e.g. in a mail software with exactly the same credentials?

This topic was automatically closed after 42 days. New replies are no longer allowed.