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
How does one set a timeou when sending an email?
The text was updated successfully, but these errors were encountered:
do you mean like node setTimeout(function(){ sendmail() },1000)
setTimeout(function(){ sendmail() },1000)
https://nodejs.org/dist/latest-v8.x/docs/api/timers.html#timers_settimeout_callback_delay_args
Sorry, something went wrong.
I do not. I mean setting a maximum time to spend trying to send the email, e.g. if it’s not done within X milliseconds, abort.
I think that's a great feature request
@BamItsPixel any interest taking a stab at it and submitting a PR?
GreenPioneer
No branches or pull requests
How does one set a timeou when sending an email?
The text was updated successfully, but these errors were encountered: