-
Posted to
PHP Community
by
Sean Tornado
on
05-21-2009, 6:32 AM
I changed my php.ini settings to send the email straight to my ISP's SMTP and the email got sent perfectly.
Just out of total curiosity I tried this but I would prefer the email got sent to my SMTP then our ISP's then to the recipient.
The problem must lie with our SMTP settings...
-
Posted to
PHP Community
by
Sean Tornado
on
05-21-2009, 5:37 AM
PHP Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay in C:\My\Web\Directory\index.php on line 10
I have googled it and I think my SMTP server is not listening to IIS or not accepting the emails.
I have attempted to change the settings in IIS7 SMTP Email thing but to no avail.
I have checked that the ini settings ...
-
Posted to
IIS in SySWoW Mode
by
Sean Tornado
on
05-18-2009, 4:52 AM
Our version of OWA is 64bit... if I turn IIS into 32bit it will no longer work.
Is there any other ways of making php 32bit work with 64bit windows?
Apart from making IIS 32bit or downloading 64bit php?
(The reason I do not want to download 64bit php is because some of my requited plugins will not work with the 64bit version of php.)
-
Posted to
PHP Community
by
Sean Tornado
on
05-18-2009, 4:46 AM
Just attempted:
[mail function]
; For Win32 only.
;SMTP = localhost
;smtp_port = 25
; For Win32 only.
;sendmail_from = me@mydomain.org
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =
; Force the addition of the specified parameters to be passed as extra parameters
; to the ...
-
Posted to
PHP Community
by
Sean Tornado
on
05-18-2009, 4:40 AM
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
sendmail_from = me@mydomain.prg
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =
; Force the addition of the specified parameters to be passed as extra parameters
; to the sendmail binary. ...
-
Posted to
IIS in SySWoW Mode
by
Sean Tornado
on
05-15-2009, 9:21 AM
Hay people,
I have successfully installed php on IIS 7, also MySQL and PhPMyAdmin.
Everything works perfectly, phpmyadmin access's MySQL and I have tested out a few scripts including functions and switches and looods of others.
The only thing I cant get to work is mail();
Is this because the php mail function is for x32 IIS instead of ...
-
Posted to
PHP Community
by
Sean Tornado
on
05-13-2009, 9:00 AM
I have been working on a problem for 3days now.
PHP is a 32bit program, its currently installed on our 64bit version of SBS2008.
Everything works perfectly regarding php apart from mail();
Each time I try and execute a php script involving the mail(); function i get the '500 - Internal server error.' error.
Please does any one have a ...
-
Posted to
IIS in SySWoW Mode
by
Sean Tornado
on
05-13-2009, 6:11 AM
I have been having some problems sending email using the mail() function within php.
The problem I believe is that the version of php I have installed is 32bit and its on Windows Server 2008 with IIS 7. I believe our hardware is 64bit so purchasing a 32bit version is not an option neither is converting IIS 7 into a 32bit as we are using the web ...