Author Topic: rotating emails...  (Read 5618 times)

dl1217

  • Posts: 23
    • View Profile
rotating emails...
« on: February 21, 2007, 05:06:33 pm »
Hi,

I was wondering if i randomized my email list before importing, will LMP send them in order or would it send the way i imported?

i have a few problems with a few domains only accepting certain amoutn of emails per hour and i think if i can send them mixed it owuld help slightly

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
rotating emails...
« Reply #1 on: February 21, 2007, 06:02:15 pm »
Unfortunately this is not possible - all emails are sent in random order or the order in which they are added to the list.

There may be some patches you (or your host) can apply to the mail server to throttle email to particular domains.

I also might be able to make such a feature possible, but I can't say when... I've moved this post to development.

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

dl1217

  • Posts: 23
    • View Profile
rotating emails...
« Reply #2 on: February 22, 2007, 07:42:30 am »
a throttle would help alot per domain.

is there a easy way for me to change the smtp handling to slow way down like PHP allows?

id use php option but i found out that it puts the IP accessing the browser in  the header, with it doing this it sort of defeats the purpose of using a server i might as well just send from home lol

i believe its X-PHP-Script
the major problem with smtp im having is that LMP is just to fast for my EXIM configs  :oops:

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
rotating emails...
« Reply #3 on: February 22, 2007, 09:12:36 pm »
Greetings,

It is unfortunately not possible to delay SMTP email the same way as PHP mail at this time.  Check out this post, however, for a custom hack that might help you achieve at least some level of throttling for SMTP:

http://listmailpro.com/forum/index.php?topic=32.msg110#msg110

There should be an Exim configuration change or patch you can apply to achieve throttling per domain. Check out these search results:

http://www.google.com/search?q=exim+throttle+domain

Please let me know if I can be of further assistance

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

dl1217

  • Posts: 23
    • View Profile
rotating emails...
« Reply #4 on: February 23, 2007, 04:22:40 am »
thanks alot for all the support given in the past and on this!
ill look over them today  :D