Вопрос

I was installing the SendGrid PHP library and noticed that it also installed swiftmailer.

That got me to ask why use SendGrid instead of SwiftMailer or other libraries to send emails?

What technical benefits does using a third party email deliverer give over sending mail from of the server using a library?

Do people use it for the analytics, or does it provide guarantee in email delivery chain?

Thanks in advance.

Это было полезно?

Решение

Deliverability: Avoid relegation to the spam folder and rejection by mail servers.

Throughput: Handle large volumes.

Analytics & Transparency: Track email performance, reads, etc and verify whether emails have reached their destination.

OptOuts: Ability to prevent mailing to certain addresses in a separate layer, rather than relying on applications.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top