Type "crontab -e" at the prompt to modify your cron tasks. You will see something like this:
~
~
(more lines as above)
"/tmp/crontab.18150" 0L, 0C
~
(more lines as above)
"/tmp/crontab.18150" 0L, 0C
Press INSERT or "i" and type, or copy and paste, (to run at 1:15am) on one line:
15 1 * * * /usr/bin/wget -O /dev/null -T 0 http://example.com/mail/dailymail.php?pw=YourDailyPass 1> /dev/null 2> /dev/null
- Replace example.com/mail with your domain and correct path to ListMailPRO.
- Replace YourDailyPass with your Dailymail Password, set in the Configuration menu.
Press ESC
Type ":wq" and hit "Enter" to save and write changes to cron.
Note: If you make a mistake, press ESC and type ":q!" and hit ENTER to exit without saving changes.
Next: Pico Editor
Related: Install wget if needed