Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 678 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 678 Bytes

Executive Email

Use the folder 'building_blocks' to build small pieces of it. As you intend to work on it, add it to the list and keep working. Do not save any information such as api keys/secret keys etc in this public repository.

  1. Email processing with mailgun -Krishna 12/14/2014 -

Flow:

User signs up with a org name. say for example asme. He gets an email address [email protected]. //SIGN up Piece.

In the Database, asme has a id number 1. For id number 1 there is another table with email addresses. //Database Piece

There is another table with the emails of executives of asme only. The tables are managed in the browser GUI. //Database Piece