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]

Reply via email to