Skip to content

JS Lib to send links on email directly from browser

Notifications You must be signed in to change notification settings

chriswitko/mailself

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MailSelf.js is a minimalistic lib for sending links to your personal email address from the browser.

How to use

Install it:

javascript:(function(){document.body.appendChild(document.createElement('script')).src='file:https:///Users/chris/projects/stuff/jshome/mailself/lib/mailself.js?'%20+%20Date.now();})();

TODO

The following features are the list:

  • Getting token to send link
  • User enter email and receive email confirmation with activation PIN Code (pin is valid for 15 min)
  • If user enter valid PIN we save token locally and use it to send email
  • If no token, redirect user to chriswitko.com/mailself
  • Token should be saved in cookie or inject the bookmarklet script

Author

About

JS Lib to send links on email directly from browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages