Problem :
I cannot configure my SMTP server with Adobe Connect, because my SMTP server requires a different port, other than the default 25.
Solution :
If you have an SMTP server that is setup to use a different port other than the default port configured with connect, here are a few simple steps you can follow to achieve it.
Connect can be configured to use a differnt port for smtp :
1. Navigate to the {root-install}\breeze\8.x\appserv\conf folder on your Adobe Connect server
2. Open the ConnectProSvc.conf file in an editor
3. Add the following additional java wrapper anywhere in the file :
wrapper.java.additional.22=-Dmail.smtp.port=XXX, where XXX denotes your smtp server’s port.
4. Restart the Adobe Connect services to allow the changes to take effect.
