Re: Sending mail to many recipients issue.



Hello,

on 04/09/2008 08:28 AM undbund said the following:
Hi am using phpmailer to send newsletters about 100. My server has a
limit of 50. How can i recode the sending part of phpmailer so that
server does not detect this limit and so I will be able to send all
100 newsletters. Can you please point me to some tutorials or
examples.

There are some tricks but your ISP may still bust you.

Alternatively, you may want to relay your messages for instance in
gmail, if you do not mind that the sender address always appears with
your gmail address account.

You can relay the messages via SMTP but you need to authenticate within
a SSL connection. You can use that using these classes together:

This for composing and sending the message:
http://www.phpclasses.org/mimemessage

This for sending the message via SMTP:
http://www.phpclasses.org/smtpclass

This for authenticating:
http://www.phpclasses.org/sasl

The test_smtp_message.php example script in the first package
demonstrates how to send a message via Gmail.

--

Regards,
Manuel Lemos

PHP professionals looking for PHP jobs
http://www.phpclasses.org/professionals/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
.



Relevant Pages

  • Re: HELP - Cant change Include Path
    ... Here is my php.ini path for the php.ini in both php and sql dirs: ... which did work on the remote linux server and sent me some mail ... Although my gmail acct picked the mail up as ... an attachment instead of as html - but gmail is really wierd about ...
    (comp.lang.php)
  • Connecting to Gmail through IMAP with PHP - SSL context failed
    ... I'm trying to connect to Gmail through IMAP with PHP running in ... I've got some sort of PHP ... what I did to setup IMAP for PHP: ... also hookup Evolution (mail reader) to Gmail through IMAP and fetch ...
    (comp.lang.php)
  • Re: HELP - Cant change Include Path
    ... my prog is still choking on a Pear. ... Here is my php.ini path for the php.ini in both php and sql dirs: ... Although my gmail acct picked the mail up as ... I get a lot of html email from them, ...
    (comp.lang.php)
  • Re: HELP - Cant change Include Path
    ... my prog is still choking on a Pear. ... Here is my php.ini path for the php.ini in both php and sql dirs: ... Although my gmail acct picked the mail up as ... I get a lot of html email from them, ...
    (comp.lang.php)
  • NTLM Auth For grabbing data.
    ... I'm needing to authenticate against that with php. ... I can manually provide the details but the http auth script only ... I'm not trying to have the user authenticate against it. ... Make every part of your body a slavethat pleases God. ...
    (php.general)