How to send mails with attachment? I am able to send mail with some text. But attachment, I have no idea.
Please help!
Hi Ananth
In the preparation of the email screen, use the "AttachFileToEmail" control
then add the filename parameter and file content which is the binary data, mostly this data are in your database then the Mime-Type which is the file type like "application/pdf"
Ahmed Gad wrote:
Thanks a lot, Ahmed :)
Hi Ananth,
Ahmed has shown the solution, but I want to add that stuff like this is explained in the online training. Please take all the online courses, they will help you become a better developer with OutSystems.
Kilian Hekhuis wrote:
Hi Kilian,
I have completed "Developing Outsystems Web Application" Course (Associate developer). But no where sending attachment is mentioned there. If you tell me the exact course, I will watch and learn it :)
Anath,
I'm sure it was in there somewhere, but it might've been the old version 9 ones... I'll ask around.
Ok Kilian :)
Astoundingly, it doesn't seem to be in the online courses, but it is briefly mentioned in the documentation. My bad!
For reference:
Ananth wrote:
I am a newone in outsystem .pls can you give any idea about how to send mail from web app in outsystem
saravanakumar m wrote:
Hi SaravanaKumar,
https://success.outsystems.com/Support/Personal_Environment/How-to_send_emails_from_your_personal_environment
Thanks, Ananth.