For 5000 or 10000 emailers, should use class.smtp.php.
Can anyone show me the example of use for class.smtp.php
I am stuck.
For 5000 or 10000 emailers, should use class.smtp.php.
Can anyone show me the example of use for class.smtp.php
I am stuck.
What have you tried so far? And where did you get this class from?
PHPMailer suggest for a single machine that using the php mail() or even better sentmail is the way to go as it avoids the overhead of smtp.
Hello,
i have one website in php, but i have one module to send newslater to my subscribe. i have VPS server for unlimited email sending. but i have one problem, i have 24.000 email in my database but dont send newslater more than 1000 email. the clas.smtp.php code are below, i find the number 1000 and i have replace with 30.000 and the number 988 i replace with number 25.000. the code modify are below.
who can help me for this problem?
thank you very mutch.
beloow you can find the script in Shyqyri koment.
Hello,
i have one website in php, but i have one module to send newslater to my subscribe. i have VPS server for unlimited email sending. but i have one problem, i have 24.000 email in my database but dont send newslater more than 1000 email. the clas.smtp.php code are below, i find the number 1000 and i have replace with 30.000 and the number 988 i replace with number 25.000. the code modify are below.
who can help me for this problem?
thank you very mutch.
below you can find the script in
Shyqyri coment.