Send Email with attachment

1
I am using one microflow through which I am able to generate a pdf doc and download it (user registration invoice), I have downloaded Email connector, Mx Model reflection, Encryption modules from Marketplace and configured them. now I want end user to enter his email-id and get the document copy over his email. what should I do?
asked
1 answers
0

In the Email Connector module you’ll need to create an Attachment entity and copy your PDF document into there. Once you’ve done this, set the Attachment_EmailMessage association to link the Attachment to the EmailMessage you are going to send.

https://docs.mendix.com/appstore/connectors/email-connector/#55-adding-attachments

I hope this helps.

answered