Latest version.
Can anyone please clarify this for me as I must be confused… ?
I don’t use the newsletter and therefore, I don’t use the MailGun setup.
I have edited the config.production.json
file to include the SMTP for sending emails using Gmail. This is the file code for that:
"mail": {
"transport": "SMTP",
"options": {
"service": "Gmail",
"from": "'name' <gmail@gmail.com>",
"host": "smtp.gmail.com",
"port": 465,
"secureConnection": true,
"auth": {
"user": "gmail@gmail.com",
"pass": "mypassword"
}
}
Am I missing something here? No emails are coming through.