To send mail Need SMTP details of Mendix project released on Mendix Cloud

-1
  In mendix studio pro when we run project it will deploy on cloud. My Email part working fine using gmail details. Now I want to send email using Mendix cloud SMTP details. How can I get this SMTP details?  
asked
1 answers
0

Mendix no longer offers an SMTP service themselves. You need to use a third party SMTP provider such as SendGrid or Mailgun. 

More details can be found here: https://docs.mendix.com/developerportal/deploy/sending-email

answered