Skip to Content
Menu
This question has been flagged
439 Views

I want to send the mail when the application will be submitted. I configured the outgoing mail server from settings.

I did this way.

It's not working. what I am doing wrong here??

Avatar
Discard

In order to configure outbound email, follow the steps below:

Browse to the Settings -> General settings -> Configure outgoing email server -> Create menu.

Fill the required information. The settings below configure Odoo to send emails through a Gmail account. Replace USERNAME and PASSWORD with your Gmail account username and password respectively.

Description: smtp.gmail.com

#### Connection Information
SMTP Server: smtp.gmail.com
SMTP Port: 587

#### Security and Authentication
Connection Security: TLS
Username: USERNAME@gmail.com
Password: PASSWORD
Save the changes.

To configure the application to use the SMTP service provided by Amazon Simple Email Service (SES), refer to the guide on using Amazon SES.

Regards,
Rachel Gomez