Is there any way to send a delayed mail message using the PHP mail() function or another method?
I have an email-able form, and one of the options is "send this message at (some time) on (some date)", i.e., the user can specify exactly when the mail message should be delivered.
We do not have an in-house server, so we don't control the mail queue or anything like that.
Any ideas?