Posted by Alvaro G Vicario on 06/01/05 13:18
*** Jofio wrote/escribió (1 Jun 2005 03:13:54 -0700):
> The Web server I am using is Apache 2 and PHP 5. I don't exactly know
> if an email server that comes with IIS can be set up in the php.ini
> file to work with Apache Web Server.
Mail server does not need to interact with Apache at all, it's PHP the one
who will deliver messages to mail server using port 25. PHP doesn't care
whether the mail server is local or remote.
In php.ini:
[mail function]
; For Win32 only.
SMTP = localhost
; For Win32 only.
sendmail_from = your@email.address
Have you actually tried using the same mail server you use to send your
regular mail?
--
-- Álvaro G. Vicario - Burgos, Spain
-- http://bits.demogracia.com - Mi sitio sobre programación web
-- Don't e-mail me your questions, post them to the group
--
Navigation:
[Reply to this message]
|