Posts: 2
Threads: 1
Joined: Nov 2014
Reputation:
0
Can anyone help me?
I want to sent a confirmation mail, but a few days later, not directly after filling the forms of a contest.
How do i do that?
Posts: 41
Threads: 9
Joined: Aug 2009
Reputation:
0
FT does not have a delayed email option.
If you have the ability to create cron job on your webserver, you can set it to run script (PHP) that checks the current date against the submission date in the FT database.
If the current date is X number of days later then the submission date, then your script can send an email. It won't trigger the FT email function, but PHP's email function is very straightforward.