C
Asked
Hi I've been trying to use the send email function for the invoice but to no avail... Can you guide me with the settings and is it possible to use gmail? Thanks
- MSAnsweredHello,
You can update email config on settings page. Gmail is start consider password authentication as non-secure. You will need to enable allow non secure app in your google account settings.
```
Use these settings:
Gmail SMTP server address: smtp.gmail.com
Gmail SMTP username: Your Gmail address (for example, [email protected])
Gmail SMTP password: Your Gmail password
Gmail SMTP port (TLS): 587
Gmail SMTP port (SSL): 465
Gmail SMTP TLS/SSL required: Yes
``` - CAnsweredThanks
- Login to Reply