smtp-mail-with-attachment
Reactive icon

SMTP Mail with attachment

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 23 January 2020 by 
5.0
 (1 rating)
smtp-mail-with-attachment

SMTP Mail with attachment

Documentation
1.0.0

This Component will help to send mail using different SMTP configuration. you can set config any SMTP  with multiple application in same environment.  This component allows to send mail with attachment.

This component provide 2 method to send mail.

1. Simple Mail : For this method you just need to pass mandatory parameter like configuration param and Mail Parameters.   

2. Mail with attachment  : This method support structure object. Need to pass three type of structure 

  • Configuration Structure : Need to pass SMTP detail, username,password etc.
  • Email content structure : Need to pass To, From, Subject, Body etc.
  • Attachment structure  : Need to pass attachment content, Content Type, File Name  etc.