Re: [PHP] Sending mail without using mail()

2001-11-16 Thread R'twick Niceorgaw

grab a copy of phpmailer .. it does exactly what you want
- Original Message - 
From: "Jaime Iniesta Aleman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 16, 2001 4:01 AM
Subject: [PHP] Sending mail without using mail()


> 
> 
> Ok, where can I find a tutorial about sending mail using fsockopen ?
> 
> ***
> 
> > Hi, is it possible to send SMTP mail if the server where are my pages
> > hosted forbids the use of the mail() function ? I mean, by opening a
> > sockets connection to an external SMTP server and writing the commands
> > there directly...
> 
> Yes, *IF*:
> 
> The ISP was not smart enough to realize this and didn't disable the
> http://php.net/fsockopen function
> 
> Your SMTP server will accept connections from your web-server.
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Sending mail without using mail()

2001-11-16 Thread Jaime Iniesta Aleman



Ok, where can I find a tutorial about sending mail using fsockopen ?

***

> Hi, is it possible to send SMTP mail if the server where are my pages
> hosted forbids the use of the mail() function ? I mean, by opening a
> sockets connection to an external SMTP server and writing the commands
> there directly...

Yes, *IF*:

The ISP was not smart enough to realize this and didn't disable the
http://php.net/fsockopen function

Your SMTP server will accept connections from your web-server.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]