I've found example on how to send email using PHP on Windows 2000. However they
all say to set the outgoing SMTP server address in the php.ini file in the
Windows system directory.
That's a problem for me because I intend to upload this to my hosting company's
server, where I do not have access to the system directory. Each user on this
system has their own virtual mail server.
Is there a way to specify the mail server in the script itself? Can anyone
point me to an example of this?
Thanks for your help.
all say to set the outgoing SMTP server address in the php.ini file in the
Windows system directory.
That's a problem for me because I intend to upload this to my hosting company's
server, where I do not have access to the system directory. Each user on this
system has their own virtual mail server.
Is there a way to specify the mail server in the script itself? Can anyone
point me to an example of this?
Thanks for your help.
Comment