Mass Mailer Not Working

Hello, I have a simple auto reply set up for when users subscribe and no one is getting this reply email. It's not going in their junk, they're not recieving it at all. I talked to a tech before about it and they said it could just be due to server lag and it will be resolved over time. I don't have time to wait around for these emails to be send. I need this working now. If the mass mailer isn't the tool I should be using, I need suggestions. I don't know why Dolphin would use such an outdated mailing tool.

Quote · 19 Feb 2016

Dolphin uses default PHP functionality to send emails. However there is SMTP Mailer plugin to use remote mail server and advanced using of local server.

I would suggest to ask hosting support first if there is any mail server is installed on the server so default functionality will work, then try to check if mail is send from the email which is registered on the server itself.

Rules → http://www.boonex.com/terms
Quote · 20 Feb 2016

I can't get the smtp mailer working with gmail, and site members not receiving emails and not able to mass email them.  Any fixed besides just posting my damned email address in plain text as a mailto link? How to mass mail my members?

Quote · 12 Sep 2017

To mass-mail your members you need to ensure that crontab for Dolphin is setup properly.

Also, you can try to disable SMTP mailer, then default way of sending emails should work.

Rules → http://www.boonex.com/terms
Quote · 18 Sep 2017

 

To mass-mail your members you need to ensure that crontab for Dolphin is setup properly.

Also, you can try to disable SMTP mailer, then default way of sending emails should work.

 I have created schedule task for Cron in plesk.

But the mass mailer putting the mails in que.Also it leads to error page when trying to send to all.

SMTP mailer works fine with other mail types

Quote · 20 Apr 2018

 

 

To mass-mail your members you need to ensure that crontab for Dolphin is setup properly.

Also, you can try to disable SMTP mailer, then default way of sending emails should work.

 I have created schedule task for Cron in plesk.

But the mass mailer putting the mails in que.Also it leads to error page when trying to send to all.

SMTP mailer works fine with other mail types

 Unable to see the images and crontab or cronjob plesk details were not mentioned in this page

https://www.boonex.com/trac/dolphin/wiki/TutorialCronJobSetup

Quote · 20 Apr 2018

@sureandhraindia Add an email address to receive cron job notifications, and then check it to make sure the cron job is running. If the queue isn't moving, then that suggests the cron job isn't running or is encountering an error.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 20 Apr 2018

 

@sureandhraindia Add an email address to receive cron job notifications, and then check it to make sure the cron job is running. If the queue isn't moving, then that suggests the cron job isn't running or is encountering an error.

httpdocs/periodic/crontab

The crontab file contains

MAILTO=admin@website.com

* * * * * cd

/var/www/vhosts/website.com/httpdocs/periodic;

/usr/bin/php -q cron.php

 

This file contents are not changed as suggested during installation.

 

plesk scheduled task settings

task type: run a php script

script path: httpdocs/periodic/crontab

use php version: 5.6.35

run: hourly at 01 min

notify: every time

 

When I clicked run now in scheduled tasks, I received: The task successfully completed in 0 sec and

and didnt received notification emails.

 

Quote · 21 Apr 2018

Make sure the Plesk account has shell access enabled - the cron job may not run if the account doesn't have access to Bash. You can configure this under the domain's Web Hosting Access.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 21 Apr 2018

Now, I have given web hosting access with /bin/bash option and tried.

Still there is no change.

In modules SMTP settings, the mail is no-reply@website.com

Here it is admin@website.com in crontab. Is this creates any issue

Quote · 21 Apr 2018

I did got error message when copied the command which I got at installation.

IMG_20180421_202646_439.jpg · 344K · 231 views
Quote · 21 Apr 2018

In Plesk, the command line should only include: cd /path/to/dolphin/periodic; /path/to/php -q cron.php

The * * * * * is added to the run every line when creating the cron job in Plesk.

If you can send me a DM with your Plesk and site login details, I can take a closer look at this for you.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 21 Apr 2018

 

login details

 I have sent as DM, please check.

Thank you very much

Quote · 21 Apr 2018

 When I send a "mail" to "single member" through Mass mailer, its working.

When I send Plenty, I am getting http 500 error unable to handle the request, and also this periodic report to my mail

- Start email send -

Total queued emails: xxxx
Ready for send: 20
Processed emails: 20

Is that "processed" meaning "sent"?

But I am getting periodic report every 10 min


So why http 500 error?

Quote · 16 Jul 2018

 

 When I send a "mail" to "single member" through Mass mailer, its working.

When I send Plenty, I am getting http 500 error unable to handle the request, and also this periodic report to my mail

- Start email send -

Total queued emails: xxxx
Ready for send: 20
Processed emails: 20

Is that "processed" meaning "sent"?

But I am getting periodic report every 10 min


So why http 500 error?

Most likely you're hitting some limit on your hosting. You'll need to check the error_log file for more information. Your host should be able to help with this, and raising whatever limit is being hit. Other than that, try cutting down on the number to process at once, but it may be better to just raise limits if you have a lot of emails to send.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 16 Jul 2018

 

When I send Plenty

 When I send a mail to plenty of members (No.''xxxx" )

Quote · 16 Jul 2018

 

 

When I send Plenty

 When I send a mail to plenty of members (No.''xxxx" )

Please see my previous reply and check the error_log. It should provide more information on why you're getting the 500 error.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 16 Jul 2018

Ok Thank you @Nathan

Quote · 16 Jul 2018
 
 
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.