Is there a way to schedule email send? #2884
Replies: 1 comment
-
|
That's not up to PHPMailer; it's a higher-level application concern. You would delay the requirement to send something in your a app (perhaps storing a desired send time in your database), then trigger a send when you want it to happen via some scheduled task such as cron, queued jobs, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I would like to know if there is a way to schedule email send since i could find nothing from the docs.
Beta Was this translation helpful? Give feedback.
All reactions