Author |
|
manigmv Newbie
Joined: 30 September 2008 Location: India
Online Status: Offline Posts: 31
|
Posted: 16 October 2008 at 1:00am | IP Logged
|
|
|
Hello,
I want to send the bulk mail to my customers like newsletter or offer details. In my database nearly 20,000 users are there.so i need to send 20,000 people.
In this case some people's email id are same domain. for example 2000 peoples having gmail,yahoo and so on..
suppose i send to these 2000 people in same time and same from address,it may considerd as the spam.
please advise.how to email to all my customers..
Thanks
Mani
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 16 October 2008 at 3:27am | IP Logged
|
|
|
MailBee Message Queue is designed for queing messages and further sending them in background. To limit sending rate, you just need to configure settings located in Timings tab of MMQ control panel or in [Timings] section of the configuration file. There are no universal recommendations on how to avoid being considered a spammer, you would need to pick those values experimentally.
Please note that you can run multiple instances of MMQ and configure each of them to send message to different email domains. In this case, there should be different pickup folder for each MMQ instance, and your application should submit messages to appropriate folder filtering them by domain. This is typical approach used by some of our customers.
To get a second instance of MMQ, just copy its folder with all the contents to another place and change ServiceName and QueueDirPath parameters in mmq.ini, then run the service. So, you'll get two independent queues.
Regards,
Igor
|
Back to Top |
|
|
manigmv Newbie
Joined: 30 September 2008 Location: India
Online Status: Offline Posts: 31
|
Posted: 16 October 2008 at 4:00am | IP Logged
|
|
|
ok Thanks.
Regards,
Mani
|
Back to Top |
|
|