PHP install/upgrade
...
Find the Windows Extensions section of the php.ini file
Add the following
- extension=php_odbc.dll
Save the php.ini file
Configure Firewall Settings
...
- telnet smtp server name/ip/fqnd 25 (specify the server name, and that we want to connect via port 25), e.g. telnet exch-srvr1 25, telnet exch-srv1.domain.local 25, telnet 10.1.1.1 2 25
- ehlo domainname.com.au (e.g. ehlo insulagroup.com.au - you can also use helo, depending on your exchange servers configuration)
- mail from: supplierconnect@domainname.com.au
- rcpt to: externaluser@externaldomain.com.au (this can be any domain that is not equal to your domain name, i.e. in the case of franchisees/business units that may operate under different names. E.g. Support@insulagroup.com.au)
- data
- subject: Test message from IIS Server
- This is a test message only, no action required
- . (period will close the command, so just the . then press enter)
- type "quit" to exit the session.
...