L
L
LeonidPokrovskiy2019-09-29 22:51:25
PHP
LeonidPokrovskiy, 2019-09-29 22:51:25

Phpmailer or third party email service?

Phpmailer or third party email service?
We are developing a site, you need to deliver various notifications to users by mail + send letters to confirm registration.
What is better to use? Should I install via composer phpmailer or just use a third party API? There are many services that can take on this task.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
F
FanatPHP, 2019-09-30
@LeonidPokrovskiy

The man in the next answer is off topic.
Although, of course, the question itself is stupid.
Phpmailer is not a mail server . It's just a mail() overgrowth. Delivery of letters is not known. And "delivering through the composer" will not solve the problem of delivering letters - a server will still be needed.
That is, the choice is not between "phpmaier" vs transactional email service, but "my gmail account" vs mailgun.
And here we already have to think about what outgoing email we want to use, how gmail will manage with our volumes, how to deal with getting into spam tags, etc. And a normal "third-party API" (whatever this expression means) will be much more preferable

X
xmoonlight, 2019-09-29
@xmoonlight

phpmailer is more reliable.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question