Send a custom message to each user in Automessage?

Is it possible to add a unique url that would be for that specific member using Automessage? Would customization allow the automessage to last longer than 30 days?

  • Ash
    • Code Norris

    Hello @onewaygraphix

    Welcome to WPMU community!

    I hope you are well today and thanks for asking the question.

    Would customization allow the automessage to last longer than 30 days?

    To increase the limit, you need to edit /wp-content/plugins/automessage/includes/config.php at line 9:

    if( !defined('AUTOMESSAGE_POLL_MAX_DELAY') ) define('AUTOMESSAGE_POLL_MAX_DELAY', 31);

    Change 31 to your desired number of dates.

    Is it possible to add a unique url that would be for that specific member using Automessage?

    Do you have any example? What type of unique url you want to include?

    Please let me know.

    Cheers

    Ash