postal
postal copied to clipboard
📮 A fully featured open source mail delivery platform for incoming & outgoing e-mail
As noted in #800 and evidenced by [the HTTPSender class](https://github.com/atech/postal/blob/183f3b4192bef57f92459b249117ee5a44c8529f/lib/postal/http_sender.rb#L119-L120), the [raw message payload](https://github.com/atech/postal/wiki/HTTP-Payloads#the-raw-message-payload) example in the wiki is `rcpt_to` and `mail_from` keys.
Relating to https://github.com/atech/postal/commit/f6784238d37d053b2f63a1c83d6066ca162b302c there seems to be one reference to the images remaining in the code but I'm not sure how to test the impact of removing it. https://github.com/atech/postal/blob/ed7889a40e1d777f1d80821043562ab18b04766e/app/assets/stylesheets/application/components/_error_explanation.scss#L7
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.
Presently, it is impossible to shut down workers on a busy servers because they will only stop when they have no tasks, but will continue to accept tasks when attempting...
These two lines of text make no sense for the `SSL ENABLED` dropdown. https://github.com/atech/postal/blob/2f0155747c5c058afb83856ce5c3c8d5f8cad341/app/views/track_domains/_form.html.haml#L20-L21 Could someone write something more accurate? I'm not sure what it should be precisely.
Hi, reviewing the default postal.yml, I found config-options for greylog (I assume you mean grAylog? Would it be possible to add an option to submit via TCP instead of the...
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...
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...