How to send email through Email connector

0
Hello all , First time I am trying to implement email connector module. I have done the configuration but now not able to understand how to send the email in studio pro. I have read in doc that send email java action is used. But not understanding how to use that. Pleas guide me step by step. Thanks is advanced
asked
2 answers
1

 

Check this video https://www.youtube.com/watch?v=a5elS1yFYvg

 

answered
1

Hi,

you can refer the below documentation for sending email where you need to pass the below parameters

  • Email Account Email account consisting of outgoing email configuration.
  • Email Message Email Message object to be sent

https://docs.mendix.com/appstore/connectors/email-connector/#41-sending-email

 

If email needs to sent with templates, refer the below doc

https://docs.mendix.com/appstore/connectors/email-connector/#43-using-email-templates

answered