EmailService

Content Type: Service
Categories: Communication

Overview

Send emails as a service. Brought to you by service.mendixcloud.com. Emails can get sent via a web form, via microflow and via api-calls from any platform (react, java, etc.).

- Attachments can get sent along.

- Multi-receivers are possible. Just list them in to, cc, bcc.

- Newsletter can get sent to all your followers and subscribers.

Documentation

Demo urlhttps://service.mendixcloud.com/p/email

This module enables your application to send out any email with as little effort as possible. You only specify from, to, cc, subject and body and optionally drop in your attachments and you email gets sent.

 

It is also available as a rest call, that you can use with the right credentials.

 

This is a service of service.mendixcloud.com. If you don’t have one already, create a consumer-account, giving you lots of free services, including this one! A fair use policy applies.

 

Installation

  • Download and install this module from the marketplace
  • Add ASu_SmcEmailService to your after-startup
  • Either add Snip_Clientpage_EmailService to any page and/or add Email_Send to any microflow

Dependencies

Easiest implementation is to start your app by using starter-app Base-application, which has this pre-installed.

 

Releases