Email one minute wait time? can this be removed?

I find myself only being able to send one email per minute. 

 

I am not allowed to even start typing a new email message until the 60 seconds are up. I am trying to send personal notifications out to select members, but if I have to wait a minute between each, this could take days

 

Can I please remove this one minute wait time. I see no reason to have it for me or my members.

 

Thanks in advance

Mel

Quote · 9 Nov 2016

Yes, already answered in the forums; do a search and you should find it; search all boards.

Geeks, making the world a better place
Quote · 9 Nov 2016

inc/classes/BxDolMailBox.php

var $iWaitMinutes  = 1;  // Set to 0 = off

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 9 Nov 2016

Geek_Girl - Did the search before posting the question, nothing to be found. 

DJ - That variable is already set to 0. still making me wait.  

Quote · 9 Nov 2016

It may be due to the code using that variable.  I did find this comment by dately on another post.  By the way, you have to try different searches at times to get results.

 

I changed this some time ago too and can remember to switch to seconds it is neccessary to change this line as well

date_add(`Date`, INTERVAL {$this -> iWaitMinutes} MINUTE) > Now()

into

date_add(`Date`, INTERVAL {$this -> iWaitMinutes} SECOND) > Now()

then use 30 as a value for variable $iWaitMinutes. Fractions of minutes will not work.

Also don't forget to change language key _You have to wait for PERIOD minutes before you can write another message! in admin panel from minutes to seconds

 

If the zero is not working, then maybe that change and put 1 second for the time.

Geeks, making the world a better place
Quote · 9 Nov 2016

Still no luck!

Quote · 10 Nov 2016

It is probably a cache thing then; clear all caches.  Or you are not uploading the file after you make the changes.

Geeks, making the world a better place
Quote · 10 Nov 2016
 
 
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.