GithubHelp home page GithubHelp logo

feisuo / generic-email-service Goto Github PK

View Code? Open in Web Editor NEW

This project forked from benkiefer/generic-email-service

0.0 3.0 0.0 368 KB

A queue-based service that generates and sends email messages based on XML requests using Spring, Freemarker and Camel.

License: MIT License

Java 100.00%

generic-email-service's Introduction

##Generic Email Service

Build Status

This project is a simple queue-based email service. You point it at your email server, hook it to a queue, and send it XML messages with the appropriate metadata.

The project is a Maven-generated WAR so you can:

  • deploy it directly with your templates in the template directory,
  • check out the source and hack it yourself, or
  • depend on the war and overlay the appropriate files.

##Using the Client

The simplest way to create the client is to use the custom namespace provided in your XML application context.

<email:client
    destination="myQueueName"
    connectionFactory-ref="connectionFactory"/>

You can also provide an optional "id" attribute which will override the default id of "genericEmailServiceClient".

<email:client id="myId"
    destination="myQueueName"
    connectionFactory-ref="connectionFactory"/>

All generated beans are name-spaced under the client id to avoid collisions.

As you've probably guessed, you need to provide the name of the queue/topic you want to send to, and a reference to the bean name of your "java.jms.ConnectionFactory". If you are having trouble, check out the EmailTemplateRequestTest class in the Integration module.

generic-email-service's People

Contributors

benkiefer avatar

Watchers

 avatar  avatar  avatar

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.