Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

  1. Run powershell as an administrator
  2. Type: "Import-Module servermanager" without the quotes, press enter
  3. 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:

  1. telnet smtpservername/ip/fqnd 25 (specify the server name, and that we want to connect via port 25)
  2. ehlo domainname.com.au (e.g. ehlo insulagroup.com.au - you can also use helo, depending on your exchange servers configuration)
  3. mail from: supplierconnect@domainname.com.au
  4. 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)
  5. data
  6. subject: Test message from IIS Server
  7. This is a test message only, no action required
  8. . (period will close the command, so just the . then press enter)
  9. 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