Skip to Content

Blogs

how to throttle phplist down to 450 messages an hour

 

SOme website hosts have an  email policy where shared and reseller customers should only sending out a maximum number of  emails per hour. 

This article contains specific instructions on how you can tweak the mailing list program, PHPList, to abide by the a shared hosts emailing list policy and send under 500 emails per hour.

How to throttle PHPList:

vtiger crm 5.2 vgcal setup for autorun gmail calendar

to keep the login set or to make it auto matic, in the smarty/templates/modules/calendar/VtigerGoogleCalendarLogin.tpl line 32 and 36, adjust these lines for user and password (the uppercase ones)

<td align=right class="dvtCellLabel">Username:</td>
<td align=left class="dvtCellInfo"><input type="text" class="small" size="40" name="GMAIL-USER-NAME"></td>
</tr>
<tr>

vtigercrm 5.2 workflow cron to send email on godaddy

to get it to  work on godaddy linux. In the workflow.sh file I un commented this line (after adding the correct path and the ap key)

 

make sure that the full path to vtigercron.php? is in this script

********************************************************************************

wget "http://mywebsite.com/VTIGER/vtigercron.php?service=com_vtiger_workflow&app_key=xxxxxxxxxxxxxx" -O /dev/null

#export VTIGERCRM_ROOTDIR=`dirname "$0"`/../../..
#export USE_PHP=php

#cd $VTIGERCRM_ROOTDIR

godaddy shared host and sugarcrm settings

setting up sugarcrm on godaddy shared linux can be irritating as there is a lack of documentation. Here is how to set up the email

 

Syndicate content