Drop mail in the outbox — don't drive to the post office yourself.
The API handler adds a job to the queue instead of sending email immediately. Returns instantly.
> queueEmail("alice@co.com", "welcome", {...})
> job added to Redis: id=1, status=waiting
> HTTP response returned immediatelyDrop mail in the outbox — don't drive to the post office yourself.
The API handler adds a job to the queue instead of sending email immediately. Returns instantly.
> queueEmail("alice@co.com", "welcome", {...})
> job added to Redis: id=1, status=waiting
> HTTP response returned immediatelySign in to cast your vote
Sign in to share your feedback and join the discussion.