RE: Mailto members..?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Hi guys!
> 
> Anyone knows of something like this, but for free?
> http://www.webscriptsdirectory.com/PHP/E-Mail-Systems/Php-News
> letter-Script-L1237/
> 
> All I want to do is to send "a html mail" to all my members at 
> http://www.stammis.com/ (swedish site for pedigrees). It would be a 
> informative letter that tells them about latest news at 
> Stammis Internet.
> 
> I could something like this...
> 
> while ($dbArray = mysql_fetch_array($querys)) {
> ...sendmail (from, to, htmltext...)...
> }
> 
> but this will bring a timeout. Any suggestions? (I don't want 
> to change the 
> timeout - value, it doesn't seem correct)

I wouldn't be shy about adjusting your timeout value.  Its common practice
to do so.  Sounds to me you just need to read up on the mail() function:
http://us3.php.net/manual/en/ref.mail.php There are TONS of code examples in
the comments at the bottom of the page.  Others here have mentioned the use
of a mailer class I can't remember the name of (phpmailer maybe?).

JM

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux