[PHP] Sending mail without using mai() ?

2001-11-14 Thread Jaime Iniesta Aleman

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...

Jaime


-- 
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]




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

2001-11-14 Thread Andrey Hristov

I think that are some code which does what you want? Look at www.hotscripts.com,
phpclasses.upperdesign.net 

Andrey Hristov
IcyGEN Corporation
http://www.icygen.com
BALANCED SOLUTIONS


- Original Message - 
From: Jaime Iniesta Aleman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, November 14, 2001 2:53 PM
Subject: [PHP] Sending mail without using mai() ?


 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...
 
 Jaime
 
 
 -- 
 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]