Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

v0.1.1

Latest
Compare
Choose a tag to compare
@Nateowami Nateowami released this 18 Feb 10:59

Important bug fix detecting number of recipients. Still has critical bugs in attempting to cancel the sending of the email. Right now it calls xhr.abort() and then throws an exception. However, it seems that this sometimes has no effect. It also cannot do anything until the DOM is ready, but with a bad network connection it's possible to send emails before then (and it may not be possible to cancel them).