A
A
Anton2012-03-09 11:22:27
PHP
Anton, 2012-03-09 11:22:27

Sending email with php without mail()

Hello. The hoster has a limit on sending letters, a limit of 300 letters per day, 2k users and I need to do a mass mailing. So it became interesting, is it possible, somehow, to bypass this limit using some other libraries? Or maybe there are other ways?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
L
LordGlue, 2012-03-09
@LordGlue

via smtp third party send

L
LordGlue, 2012-03-09
@LordGlue

webi.ru/webi_files/php_libmail.html
class and description here

R
r0ster, 2012-03-09
@r0ster

Yuzat third-party SMTP.

A
Anatoly Gusev, 2012-03-09
@MximuS

I support those who talk about third-party SMTP, I myself use phpMailer, it works without problems with both gmail and yandex, as well as with other services.

A
Anton, 2012-03-09
Buichik

Configured libmail to send via ssl://smtp.gmail.com, however the messages are coming from my account, which is the login, and not from the sender, which is specified in $m->From. Is this solved somehow?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question