Email connector

0
unable to configure outlook account, getting below error 535 5.7.3 Authentication unsuccessful [TYAPR04CA0012.apcprd04.prod.outlook.com 2024-05-28T10:57:41.831Z 08DC7E81966999CC] in co Any guidace would be very helpful in configuration.
asked
3 answers
0

Hi Kirti Kushwah 

 

Use this server host and enable the LTS option, exactly as shown in the screenshot below.

 

reason  :

SMTP (outgoing)

Server name: smtp.office365.com, port number: 465 or 587, encryption method:

  

image.png

 

 

answered
0

Hello Kiriti Kushwah,

For Outlook.com, use the following SMTP settings:

SMTP Host: smtp.office365.com

SMTP Port: 587

SSL: false

TLS: true

answered
0

Open your Mendix project in Studio Pro.

Go to the Marketplace tab.Search for "Email with Templates" and install the module into your project.

EmailConnection.pngGo to EmailAccount and create a new account with your SMTP server details (e.g., server address, port, username, password).

answered