E
E
Evgeniy Golovin2016-04-03 16:04:06
PHP
Evgeniy Golovin, 2016-04-03 16:04:06

Sending to php. How to make multichannel?

I rent a server. There is a newsletter script on the server. In order not to get banned and not to flood the queue, letters are sent 30 letters once a minute. The script works on IP xxx.xxx.xxx.xxx
Question: if you buy an additional IP and attach it to a new subdomain, then write a mailing list, will the queue of letters be new or all letters go to one queue and this will mean that 60 letters are just a minute will fall in line.
I would like to increase the speed of sending by multi-channel sending.
Thank you.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey, 2016-04-03
Protko @Fesor

You need queues, look towards rabbitmq.

E
Evgeniy Golovin, 2016-04-03
@JonGol

I have a queue itself, organized through CRON.

I
iBrm1269, 2016-04-03
@iBrm1269

The problem will be that when sending letters, the host will take the value of one IP - the main one. If you implement using a different IP via cron, then everything should work.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question