Andrew Van Tassel

Results 16 comments of Andrew Van Tassel

In the `setup()` on the Sketch `server.listenOnLocalhost();` needs to be `server.noListenOnLocalhost();` and logic to response to an OPTIONS request needs to be added, to do this we'll need to be...

You need to create a campaign, this is nice since then you can assign a template, https://sendportal.io/docs/v2/api/campaigns#send

nevermind, I can't seem to get this working either, as this endpoint doesn't take any post data like who to send to....

Looks like it's the [toFixed(2)](https://github.com/trentrichardson/FinanceJs/blob/master/finance.js#L162) that rounds it to 2 decimal points. Remove that and you get: ``` finance.calculateInterest(880.6, 10, 83.07); 0.000095367431640625 ```

This was updated April 2019 c826f5eab4f1778bd8daf3e7f05bd667d81c9732

Hi, thanks for the feedback. The language gets set with the downloaded Thunderbird version. The language option in the MailHops preferences is for the API response for location. I started...

This is fixed with 151c08bb88f50cbae3d6b3f2623ee3475f8e9c01

I would recommend trying [Postbox](https://www.postbox-inc.com/) instead as it groups messages by conversation and also works with MailHops.

Currently MailHops only uses the `Authentication-Results` header for the DKIM result. Using the `DKIM-Signature` header and verify the signature is something that should be added. Currently the Filters are only...