[PHP] Testing mail functionality on a local network possible?

2002-03-10 Thread Andy

Hi there,

I am wondering if it would be possible to send an e-mail inside my
production environment without connecting to the internet. My application is
running on OSX and I would like to send mail via php to the win2k machine. I
was reading something about mailservers but did not really get if this would
be possible without connection to the internet.

Does anybody know a good article on that, or could give me a hint?

Thanx,

Andy



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




RE: [PHP] Testing mail functionality on a local network possible?

2002-03-10 Thread Demitrious S. Kelly

If you are running a good mailserver (I use qmail + linux or freebsd)
you can send mail internally without being connected to anything...
generally address@localhost will send without a connection to the
internet, or [EMAIL PROTECTED] if the mail server is configured to
accept mail for domain.com.  

After that the matter of connecting to the mailbox and actually reading
the mail is your problem :)

Cheers 


-Original Message-
From: Andy [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, March 10, 2002 2:01 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Testing mail functionality on a local network possible?

Hi there,

I am wondering if it would be possible to send an e-mail inside my
production environment without connecting to the internet. My
application is
running on OSX and I would like to send mail via php to the win2k
machine. I
was reading something about mailservers but did not really get if this
would
be possible without connection to the internet.

Does anybody know a good article on that, or could give me a hint?

Thanx,

Andy



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





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