P
P
PO6OT2015-10-20 19:10:18
PHP
PO6OT, 2015-10-20 19:10:18

What problems can arise when creating a mailing service on shared?

In my opinion, everything should be simple - cron runs a script at a certain interval that reads data from the database and sends the right emails to the right recipients at the right time, which were checked for spam, using mail ().
For some reason, the creator of this question seems to disagree with me:

...
It also interests with the help of what php technologies you can send letters.
It is clear that the standard mail is not suitable for this.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexey Skobkin, 2015-10-20
@skobkin

Restrictions on memory, on accesses to a disk can prevent. They can block your account for mailing in large quantities (the fact that you check for spam will not bother anyone).

A
Alexey Ostin, 2015-10-21
@nitso

Use an external mailing service like mandrill (or mailchimp). They have large free limits, and you will automatically save yourself from problems: with delivery, with sending, with mail mechanisms in general.

H
hostwell, 2015-10-28
@hostwell

It is better to use a specialized mailing service. As a rule, hosting companies set a limit on the number of emails sent per hour within 200 emails.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question