Cron job for autoresponder still necessary?

Quick question please. I have a fresh installation, and checking:

Has the cron job for autoreponder been removed, not necessary anymore?

Currently cron jobs are:

Process Queue

/usr/bin/php /home/mysite/public_html/news/admin/index.php -p processqueue -c /home/mysite/public_html/news/config/config.php >/dev/null 2>&1

Process Bounces

/usr/bin/php /home/mysite/public_html/news/admin/index.php -p processbounces -c /home/mysite/public_html/news/config/config.php >/dev/null 2>&1

do I still add?

Autoresponder

/usr/bin/php /home/mysite/public_html/news/admin/index.php -m Autoresponder -p process -c /home/mysite/public_html/news/config/config.php >/dev/null 2>&1

Most appreciated :tulip:

@Liliplanet You should remove that cron job because the process page no longer exists in the plugin. See the plugin’s documentation plugin:autoresponder [phpList Resources]

Thank you so much Duncan :tulip:

That link states that “The recommended way of running process queue is through a cron job so that it is automated.”