Workflow Suite defaults to using port 25 for communication with a specified e-mail server. If your e-mail server is configured with a different listening port, Workflow Suite will not be able to send e-mail notifications.
There is a hotfix available for Workflow Suite 7. The fix is an updated version javalib12.jar. This updated .jar file allows you to specify an SMTP port value in the JServiceModule.ini configuration file.
To change SMTP port
- Stop the Laserfiche Server Automation service.
- Click Start, navigate to Control Panel, Administrative Tools, and select Services.
- Scroll down and select Laserfiche Server Automation.
- From the Action menu, click Stop.
- Click the following link to download a zip file containing the updated version of javalib12.jar.
Hotfix_MailServerPort.zip
- Replace your existing javalib12.jar located in the Server Automation installation folder with the updated version included in the zip file. By default, Server Automation is installed at "C:\Program Files\Laserfiche WorkflowSuite\ServerAutomation."
- Using a text editor, open the JServiceModule.ini file located in your Server Automation installation folder.
- Under the [SystemProperties] section, add the following line:
com.laserfiche.util.SendMail.smtpport=PortValue
PortValue is the SMTP listening port for your e-mail server.
- Start the Laserfiche Server Automation service.
- Click Start, navigate to Control Panel, Administrative Tools, and select Services.
- Scroll down and select Laserfiche Server Automation.
- From the Action menu, click Start.