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
...
2. In the URL,enter: http://[servername]/SupplierConnect/response/response.php
Test SMTP Relay from IIS Server
This requires the telnet client to be installed, to do that, please perform the below commands:
- Run powershell as an administrator
- Type: "Import-Module servermanager" without the quotes, press enter
- Type "Add-WindowsFeature Telnet-client", press enter
Other ways to add this include through dism (cmd line), or via server manager directly.
Open up command prompt and type the following commands:
- telnet smtpservername/ip/fqnd 25 (specify the server name, and that we want to connect via port 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.
After the above steps have been completed, you should get a message saying 'ok - message accepted', followed by an email sent to your inbox