Hi Ruben,
I DID the Manual Dailymail and it APPEARED to be working properly... but then Two Days Later... it did NOT work properly!!!
By not working properly I assume you mean a message that the Dailymail Report said was sent was not received, as you previously described. To troubleshoot such an issue I would again advise turning on the "Always write SMTP log" option on the Configuration page. You can then check the log written to the LMP /attach folder to confirm that messages were received by the server as expected. After that, LMP has no more control, and it's up to the SMTP server to make sure the messages get delivered.
Is there ANY way to test DailyMail and followups withOUT having to wait ANOTHER 24 hours?!?
Dailymail can be run manually at any time. This will process and send followups and advance users receiving them one day. You might disable the option "Do not allow dailymail to be run automatically until 23 hours 55 minutes has elapsed. (Recommended)" from within ListMailPRO on the Dailymail page if you're still in the testing phase with no live users receiving followups. That option should actually be unchecked when using the suggestion of setting a task to run every minute or two for testing.
And, NOT having the timing of the Dailymail be kicked up that 24 hours?
You can run the cron task without processing any followups by calling the dailymail URL as follows via cron, however it is undocumented. This would be the same as checking "Skip followup message/user processing and sending" when running Dailymail manually.
http://example.com/mail/dailymail.php?pw=YOURPASS&nofups=1
If there was the option to send followups and not advance users it might be overly confusing, and potentially harmful in a production environment...
I tried your suggestion of the "two minute" cron job.... but I really didn't understand HOW to make the silly thing work to USE the "two minute" cron job.
When a cron job is set up it runs automatically. If it's set up correctly, i.e. the web-page-grabbing tool works, the Dailymail URL and password are valid, and the ~24hr time limit has passed or is disabled, then you should receive a Dailymail Report each time the task runs.
HOW do I go about doing that?
It would be done the same as on the
Schedule Dailymail help page, however the timing would be different, a timing of * * * * * would be every minute. */2 * * * * would be every two minutes.
Regards