ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: thomas.giudici on February 02, 2005, 06:16:14 am

Title: Followups: Day to delay
Post by: thomas.giudici on February 02, 2005, 06:16:14 am
When I add a followup with more than 127 days to delay this number is automatically changed into 127. How can I ensure that a followup is sent 305 days after the preceeding one?

Thanks
Thomas
Title: Followups: Day to delay
Post by: DW on February 02, 2005, 02:51:48 pm
You'll have to go into PhpMyAdmin (a web-based MySQL database administration tool commonly available with your hosting control panel) and change the structure of the database.

Edit the del field in the lm_follow table.  Change it from TINYINT to SMALLINT.  This will provide for delays up to 32767.

This change will be automatically applied to everyone in the next release.

Regards!