all groups > flash actionscript > june 2005 >
You're in the

flash actionscript

group:

php.ini



php.ini icarusdown
6/19/2005 7:57:10 PM
flash actionscript: Help! This is realy not an actionscript question. But since I am also using
php on my flash projects...

Anyone knows how to configure SMTP in php.ini file for apache server so I can
send mails from it?
Re: php.ini David Powers
6/19/2005 11:32:16 PM
[quoted text, click to view]

If you are using Windows, find this section:

[mail function]
; For Win32 only.
SMTP = localhost

Change "localhost" to the SMTP address of your ISP's SMTP server. This
will work in most cases, but the prevalence of spam means that some
hosts will reject any mail from a source that it cannot identify (which
is highly likely if coming from your local PC).

If you are using Mac OS X, there should be no need to make any changes,
as long as your Mail program is set up with an outgoing SMTP address.

--
David Powers
Author, "Foundation PHP 5 for Flash" (friends of ED)
Co-author "PHP Web Development with DW MX 2004" (Apress)
Re: php.ini icarusdown
6/20/2005 6:53:11 AM
Re: php.ini David Powers
6/20/2005 10:50:18 AM
[quoted text, click to view]

Glad to have been of help.

--
David Powers
Author, "Foundation PHP 5 for Flash" (friends of ED)
Co-author "PHP Web Development with DW MX 2004" (Apress)
AddThis Social Bookmark Button