Giter Club home page Giter Club logo

arjenlammers / emailmodulewithtemplates Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mendix/emailmodulewithtemplates

0.0 3.0 0.0 4.05 MB

This e-mail template module lets you send e-mails with and without templates. E-mail templates can be managed with the possibility of using tokens. With the tokens available in the email template, attributes and references of an object will be filled in automatically and correctly.

License: Apache License 2.0

Java 100.00%

emailmodulewithtemplates's Introduction

EmailModuleWithTemplates

This e-mail template module lets you send e-mails with or without templates. E-mail templates can be managed with the possibility of using tokens. With the tokens available in the email template, attributes and references of an object will be filled in automatically and correctly.

Typical usage scenario

Send emails with an email template system and the possibility of using tokens to handle all your outgoing standard emails.

Contributing

For more information on contributing to this repository visit Contributing to a GitHub repository

Configuration

  • Download the Mx Model reflection module from the App Store.
  • Download and configure the Encryption module from the App Store.
  • Add the snippet Administration to a custom page in a different module.
  • View the example in the '_USE_ME > _Examples' folder, create a duplicate of it to your own module and make it fit your needs.
  • Sub_CreateAndQueueEmail (preferred for normal environments, this will send the email in the background using a scheduled event)
  • Sub_CreateAndSendEmail (preferred for sandbox environments, sends an email directly; this approach will block the users flow and doesn't include retry when sending failed).
  • Post-deployment: After deploying, you have to set up your email settings and insert your own email templates using the newly created navigation items under Administrator.
  • Go to the 'MxObjects_Overview' and synchronize the objects. Make sure you do this every time when you have added new objects.

Dependencies

Mendix modules

  • MXModelReflection module
  • Encryption module

Java libraries:

  • commons-codec-1.10.jar
  • commons-email-1.3.1
  • commons-email-1.4.0.jar
  • com.sun.mail.javax.mail-1.4.5.jar
  • javax.mail-1.6.0.jar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.