Dec 11th, 2014, 1:42 PM
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.
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.