postal
postal copied to clipboard
📮 A fully featured open source mail delivery platform for incoming & outgoing e-mail
In postal link shortener, Links such as `https://www.pakat.net?a=b&c=d` should unescape (like what Bitly does) before storing as a short link. (that would be an invalid link) The result should be...
I am having a problem with attachments in emails I send via [Postal API](https://atech.github.io/postal-api/controllers/send/message.html). Specifically, recipients using Outlook (tested with Outlook 2013 and Outlook 2016) can't retrieve e-mail attachments. Here...
Unless i am missing something in the documentation, there doesnt seem to be an example and format of the opened event that can be sent to the webhook in postal....
The sample payloads for the various webhooks don't appear to be up-to-date. For example, the Sent example is using `status` where it should be `event`. The MessageBounced example is missing...
As per #86. Whilst stripping outgoing source headers is generally a good idea, doing to the same for incoming messages (replies) is probably not.
The HTML and plain text parts of an email should be sub parts of a part with content type "multipart/alternative" and the main message content type should be "multipart/mixed". Attachments...
As per #402 it seems messages are reported as checked and then publicly reported as "not spam" even if the spam check failed. I would suggest a check needs adding...
These two lines of text don't make sense at all for the `Incoming Spam Failure Threshold` but not sure exactly what should be said. https://github.com/atech/postal/blob/2f0155747c5c058afb83856ce5c3c8d5f8cad341/app/views/servers/spam.html.haml#L26-L27
Hi there, When assembling the DKIM header for a message, Postal checks if the domain has DKIM records properly configured, and if not it will use the server defaults. However,...
I don't think this has already been discussed but if your webhook has multiple attempts, it is impossible to view any attempt after the first one. As per https://github.com/atech/postal/blob/ed7889a40e1d777f1d80821043562ab18b04766e/app/controllers/webhooks_controller.rb#L42 The...