Hi Snehal,
You can find more information here: https://docs.mendix.com/developerportal/deploy/sending-email/
And specifically for Gmail:
https://support.google.com/a/answer/176600?hl=en
Hey Snehal!
After taking a look at the gmail configuration I think your problem is that your crendentials are not okay.
See the third point on the gmail smtp documentation:
For authentication, enter your complete Google Workspace email address (for example: your.name@solarmora.com) and password. Make sure to sign in to the account before you use it with the device or app.
So you should use a google workspace email address and apart from that you need to create an application password.
For that you can follow these steps:
https://support.google.com/accounts/answer/185833?visit_id=638381514318092259-1258412392&p=InvalidSecondFactor&rd=1#:~:text=Create%20%26%20use%20app%20passwords
The module should be able to detect that you are trying to use the gmail smtp so you don't need to insert the values manually.
As you see here I did a quick test for u and it is working.
Hope this helps you.
If you have any other doubt please let me know.
Kind regards
Hi Snehal,
pls refer this specific section in the documentation.
https://docs.mendix.com/appstore/connectors/email-connector/#gmail-accounts
- gmail does NOT support basic credentials (username/password). You need to follow the steps to create an "app password" and then use it to connect to your gmail account. Hope this helps!
regards,
Mahendra.