Giter Club home page Giter Club logo

saiorama / ses-email-client Goto Github PK

View Code? Open in Web Editor NEW
26.0 2.0 10.0 11.33 MB

Simple, serverless client for AWS SES. With this, you can send/read emails received by SES into S3 without purchasing AWS Workmail. If you only use SES for email marketing, you can also see and preview your SES templates in the browser

License: MIT License

HTML 65.62% JavaScript 18.57% Shell 0.19% CSS 15.62%
aws lambda nodejs vuejs2 serverless email-client cognito s3 aws-ses ses-templates

ses-email-client's People

Contributors

nafeen avatar neelesh17 avatar saiorama avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ses-email-client's Issues

Display template name on screen

After clicking on template name, the template is loaded on screen but template name is never shown on screen. Users should be shown the name of the template currently being displayed.

Use domain as root prefix name and subdomain as sub-prefix for downloading emails from S3

If a domain does not have subdomains, use the domain name as the root prefix name
If it has subdomains, use the subdomains in reverse order as sub-prefix inside the root prefix by replacing . with /
Ignore port numbers in domain names

Domain Root Prefix Sub-prefix
https://example example -n/a-
https://example.com example.com -n/a-
https://email.example.com example.com email
https://teamA.email.example.co.in example.co.in email/teamA
https://teamA.email.example.co.in:3737 example.co.in email/teamA

(Use Mozilla's Public Suffix List to solve the last requirement.)
--OR--
I've created an API to extract tld from a domain based on the PSL linked above.

Use the API so -
curl -H 'x-api-key: ' 'https://api.zeer0.com/v001/tools/public-suffix?domain=https://janata.in'

I'll send you the API key separately.

How is it useful?

The domain prefix is the last dot separated segment prior to the TLD. Therefore, for www.my-website.co.in, co.in is TLD, my-website is domain prefix, and www is the subdomain.

The root prefix will be my-website.co.in
The sub-prefix will be www.


How is this useful?
Once we move to this format, we can provide a cloud based shared inbox under a single domain to any user who does not already have web hosting. Say our cloud client is called shared-inbox.com. If a user wants to create a shared inbox on their personal domain - like my-domain.com - they can see their emails at com.my-domain.shared-inbox.com.

Support "Reply" feature directly from the emails

Right now, a user can either read the email using my-email/index.html or compose emails using the inline email editor. This means that the user can't read emails and reply to them from one window.

Sanitize codebase

MOVE the following to ENV variables -

  • domain vars
  • redirect vars
  • bucket names
  • region names
  • urls
  • keys & tokens

Add .js to save-eml-attachments-to-s3 file name

This is super basic issue just to work out the kinks in the issue tracking and PR process.

  1. The file needs to be renamed to include the .js extension without which GH's syntax highlighting doesn't seem to work.

Improve mobile experience

  1. Add disclaimer to the templates page that this page not optimized for mobile.
  2. Use modals to show templates on desktop and mobile

If the user is on mobile, add some text indicating that it the page will look awful on mobile.
The user should be able to use the templates page

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.