admin
05-27-2007, 11:00 AM
You can configure basic script configuration.
Script URL - like http://www.yourdoman.com/autoresponder/. Include 'http://www' at the beginning and '/' at the end of url.
Subscriber per page (set 0 for unlimited) - This is number of subscribers per page. 0 is not adviced with big lists.
Tasks per page (set 0 for unlimited) - This is number of tasks per page to list.
Others per page (set 0 for unlimited (form, custom fiels etc)) - Form fields, broadcast messages, custom fields, message queues / page.
Admin email - To this email you will receive login details when you click on the link 'Send me Login Info' on login screen, system emails like admin reports etc.
From email for test messages and reports(different from above) -
This email MUST be different from 'Admin email'.
You can keep like admin-emails@yourdomain.com.
You DON'T have to create a pop3 account for this email.
This email is used internally by the script to send admin reports to the 'Admin Email' email
Mesasges per hour (set 0 for unlimited) - Most of the hosts restricts emailings to 60 - 300/hour or so. In this case you can configure the script to send so many number of messages/hour. Though this delays message delivery, your subscribers gets email instead of blocked by your host. You can also set this number of emails/ hour to Unlimited if your host allows or on your dedicated server.
Script must calculate how many emails need to send every cron job.
It uses this formula: 'Messages to sent' = 'Mesasges per hour' * 'cron interval' / 60. Example : If you set 240 emails per hour and run cron every 15 mins, script caliculate: 'Messages to sent' = 240*15/60; As a result 'Messages to sent' = 60. Script will send 60 emails every 15 min.
Another Example : If you set 1 email per hour and run cron every 15 mins, script will not send any emails at all. 'Messages to sent' = 1*15/60 = 0.25. As result script can't sent 0.25 emails every 15 min. If you want to sent 1 email per hour you must set cron inteval to 'every hour'.
So the output of number of messages is a calculation between cron time and the number of emails you setup in system settings.
Mail Sending Method: By default it is 'Internal Sendmail'.
.
Script URL - like http://www.yourdoman.com/autoresponder/. Include 'http://www' at the beginning and '/' at the end of url.
Subscriber per page (set 0 for unlimited) - This is number of subscribers per page. 0 is not adviced with big lists.
Tasks per page (set 0 for unlimited) - This is number of tasks per page to list.
Others per page (set 0 for unlimited (form, custom fiels etc)) - Form fields, broadcast messages, custom fields, message queues / page.
Admin email - To this email you will receive login details when you click on the link 'Send me Login Info' on login screen, system emails like admin reports etc.
From email for test messages and reports(different from above) -
This email MUST be different from 'Admin email'.
You can keep like admin-emails@yourdomain.com.
You DON'T have to create a pop3 account for this email.
This email is used internally by the script to send admin reports to the 'Admin Email' email
Mesasges per hour (set 0 for unlimited) - Most of the hosts restricts emailings to 60 - 300/hour or so. In this case you can configure the script to send so many number of messages/hour. Though this delays message delivery, your subscribers gets email instead of blocked by your host. You can also set this number of emails/ hour to Unlimited if your host allows or on your dedicated server.
Script must calculate how many emails need to send every cron job.
It uses this formula: 'Messages to sent' = 'Mesasges per hour' * 'cron interval' / 60. Example : If you set 240 emails per hour and run cron every 15 mins, script caliculate: 'Messages to sent' = 240*15/60; As a result 'Messages to sent' = 60. Script will send 60 emails every 15 min.
Another Example : If you set 1 email per hour and run cron every 15 mins, script will not send any emails at all. 'Messages to sent' = 1*15/60 = 0.25. As result script can't sent 0.25 emails every 15 min. If you want to sent 1 email per hour you must set cron inteval to 'every hour'.
So the output of number of messages is a calculation between cron time and the number of emails you setup in system settings.
Mail Sending Method: By default it is 'Internal Sendmail'.
.