Re: Sending mail to many recipients issue.
- From: Manuel Lemos <mlemos@xxxxxxx>
- Date: Thu, 10 Apr 2008 23:40:46 -0300
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/
.
- References:
- Sending mail to many recipients issue.
- From: undbund
- Sending mail to many recipients issue.
- Prev by Date: Google App Engine needs PHP support
- Next by Date: Re: Double drop down combo box
- Previous by thread: Re: Sending mail to many recipients issue.
- Next by thread: Zenith ChronoMaster Watches Replica - Zenith Watches Cheap
- Index(es):
Relevant Pages
|