I have one site which has daily_mail.php file which send the mail for newsletter.I put that paricular file on cron jobs so that it send mail automatically after 1hour but it is not sending mail to respective newsletter subscribe person.Please help me in this.

Thanks in advance

Comments

hartsa-1’s picture

Hello,

I'm not so familiar with drupal, but here are some ideas that came up:

If I understood your problem correctly; The feature you are trying to configure is that when anyone (in this case cron job) visits the daily_mail.php file, the predefined email should be sent to persons who are subsribed to receive newsletters?

If correct, try following tests:

a) Enter the http://path_to/daily_mail.php file to web browser -> Email should be sent.
b) Configure cron job to visit the http://path_to/daily_mail.php -> Email should be sent

If the test b fails, but a succeeds, I assume you have something wrong in the cron syntax.

Best regards, Harri