Message empty on Mass Mailer

Hello
I have problem with my Mass Mailer if I send message none of my members receive the Mass Mailer, this problem comes from my hosting?

Quote · 23 Sep 2015

Need to check and see if you have your cron job setup properly.

Nothing to see here
Quote · 23 Sep 2015

Hello, Zarcon
The configuration of my cron job is:

*/15     *     *     *     *     /usr/local/bin/php -q -c /home/mysite/public_html/php.ini /home/mysite/public_html/periodic/cron.php

Quote · 24 Sep 2015

Kara,

There are multiple ways that the cron job can be setup. This is probably the most popular:

(replace 'sitedir' with your actual root folder name)

 

* * * * * /usr/local/bin/php -q /home/sitedir/public_html/periodic/cron.php


I noticed in yours, that it is calling the php.ini file as well. If your host requires that you call the php.ini file, I would suggest trying it like this:



* * * * /usr/local/bin/php -c /home/sitedir/public_html/php.ini -q /home/sitedir/public_html/periodic/cron.php

 

 

Tip: To find your exact /home/sitedir/public_html/ edit your /inc/header.inc.php and look for

$dir['root']
Nothing to see here
Quote · 24 Sep 2015

Hello, Zarcon
I just modified the cron job and I'll try to send again the Mass Mailer I will confirm you within some hours if it works.

I have instead chosen the cron following job:

* * * * * /usr/local/bin/php -q /home/sitedir/public_html/periodic/cron.php

 

Thank you

Quote · 24 Sep 2015


Finally, I tried again to send the Mass mailer and my Webhosting sent me a message that my account was suspended for sending spam

Quote · 26 Sep 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.