FelixSchwarz / mailqueue-runner

sends emails stored in a maildir repository via SMTP
MIT License
3 stars 0 forks source link

ability to return additional information about message status after "MessageHandler.send()" #17

Closed FelixSchwarz closed 4 years ago

FelixSchwarz commented 4 years ago

The caller should be able to determine if a message was sent via SMTP or if it was queued. This can be helpful if the recipient is on the phone and expects the message to arrive immediately. A queued message might be delayed (until the periodic queue runner picks it up).

Also it might make a misconfiguration (e.g. bad credentials) immediately obvious.

FelixSchwarz commented 4 years ago

implemented in 93fa8d92acefb9ded0af77d756f0c491bbe03377