Skip to content

Dimanaux/email_signature_generator

 
 

Repository files navigation

License: AGPL v3 Managed with Taiga.io Build Status

Email Signature Generator

⚗️ Experimental Test project for generating email signature using templates.

The aim for this project is to provide a simple web application to generate an email signature based on a template. The key features to develop are:

  • automatically encode in base64 images uploaded (company logo or profile picture)
  • allow an admin to setup default templates the users can choose from
  • allow a connection to LDAP server(s):
    • to secure the app (only allow authenticated users to generate signature)
    • retrieve automatically the personal information from the LDAP (admin could define the fields mapping)
    • allow the user to save in their LDAP profile the personal information they entered in the form
  • allow multiple file formats for input and output (text only, HTML, Markdown)
  • add a Visit Card generator and PDF export

For reference, the concept is similar to the following websites though our aim is to provide a simple solution to host privately:

🚧 This project is still in development!!

🚀 Usage

In development:

mvn

In production:

mvn -Pprod

Look at README.jhipster.md for usage details.

👤 Author

Monogramm

Dmitry Barskov

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. Check the contributing guide.

👍 Show your support

Give a ⭐ if this project helped you!

📄 License

Copyright © 2019 Monogramm.
This project is AGPL v3 licensed.


This README was generated with ❤️ by readme-md-generator

About

⚗️ [POC] Test project for generating email signature using templates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 47.2%
  • TypeScript 32.5%
  • HTML 16.4%
  • JavaScript 2.4%
  • CSS 1.5%