Adam Cooke

Results 15 issues of Adam Cooke

Allow all held messages to be "cleared" or "re-attempted" through the UI.

enhancement

Issue #201 has identified an issue where the `X-Postal-Threat` is not updated to `yes` despite there being a threat present on the message.

bug

At present is is restricted to HTTP endpoints but there's no real reason why it can't forward to other email addresses or SMTP servers if such behaviour is desired.

enhancement

It would be good to send multiple messages to the API in a single HTTP request. The current `send/message` and `send/raw` methods are designed for sending a single method. A...

enhancement

Domains can be configured to allow messages to be sent through it without any address verifications. When a domain has the `use_for_any` boolean as true, that domain will be used...

enhancement

I'm giving Staytus a bit of an overhaul. This branch will be following those changes. The key things that I'm looking to introduce during this are relatively minor from a...

There's an issue where the rubocop cache causes issues to go un-noticed. The specific case I have identified is when changing the database adapter type combined with the `Rails/BulkChangeTable` cop....