Giter VIP home page Giter VIP logo

automizy-email-editor's Introduction

Automizy Email Editor โ€” Responsive and integrable email editor

Design mobile friendly HTML emails in your own application.

Easy usage

Automizy Email Editor (AEE) is an easy-to-use Javascript based email editor plugin, which makes it possible to create, save and send spectacular emails with a few clicks.

Try a demo on http://emaileditor.automizy.com

User-friendly desing

The key to easy usage is always a clear-cut user interface. AEE provides all the necessary features from the basic settings to the smallest details in its UX-tested appearance.

Responsive email

Responsivity is one of the most important issues when it comes to html based email. Users expect their email to appear perfectly on any device using any browser or email client available. AEE solves this problem without any effort, all the edited emails are fully responsive.

Edit emails on your mobile device

As we mentioned before, responsivity is one of the main concerns. Not only the emails, but even the editor itself is fully responsive and mobile compatible. You are able to edit your emails using the drag&drop feature on the go.

Easy integration

Automizy Email Editor is open to the public, you can easily download and integrate it to your own web application, desing and use it just the way you want, writing only a single of code:

<!DOCTYPE html>
<html>
    <head>
        <link href="css/automizy-email-editor.css" />
        <script src="js/automizy-email-editor.js"></script>
        <script>
                $AEE.init().open();
        </script>
    </head>
    <body></body>
</html>

That's it. Your email editor is ready to go.

As a reference AEE is used in our marketing automation software called Automizy, and our users love it!

Method chaining & dynamic modifying

Our editor's easy usage is not limited to user-level only, we didn't forget you, developers :) Most of AEE's functions are well-documented and chainable, setting up and modifying AEE after it's ready won't cause any problem, the code is simple, and easy to read:

$AEE.baseDir('../automizy-email-editor').layoutReady(function(){
    console.log('LAYOUT READY!');
}).init().open();

You can check the full documentation of AEE here: http://developers.automizy.com/emaileditor/

In case you are interested in our other projects too, check http://developers.automizy.com/

Questions?

If you have any questions, please feel free to contact us at [email protected].

automizy-email-editor's People

Contributors

abelenekes avatar gkoncz avatar gyorgyreti 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.