We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've faced issues with unsent emails. Messages stay in a queue but I would expect a send task to stay active until queue is empty.
The text was updated successfully, but these errors were encountered:
The code currently uses a very lame heuristic for controlling the postfix MTA https://github.com/mdomke/concourse-email-resource/blob/master/opt/resource/out#L40-L44. To be honest I'm not a postfix expert and don't now if there is a deterministic way to find out if all mails in the queue have already been delivered.
Sorry, something went wrong.
No branches or pull requests
I've faced issues with unsent emails. Messages stay in a queue but I would expect a send task to stay active until queue is empty.
The text was updated successfully, but these errors were encountered: