Setting up SMTP email for Gmail
First, navigate to your eFORMz.ini file in the Minisoft\eFORMz_6 folder.
The following line should be in the file:
.\bin\javaw.exe -mx1024M -ms128M -Xbootclasspath/p:PrintServiceFixer7.jar -Xbootclasspath/a:jars\mail.jar
Change it to:
.\bin\javaw.exe -mx1024M -ms128M -Xbootclasspath/p:PrintServiceFixer7.jar
-Xbootclasspath/a:jars\mail.jar
-Dmail.transport.protocol=smtps
-Dmail.smtp.auth=true
-Dmail.smtp.starttls.enable=true
-Dmail.smtp.ssl.enable=true
-Dmail.smtp.connectiontimeout=20000
-Dmail.smtp.timeout=20000
-Dmail.smtp.ssl.trust=smtp.gmail.com
Next, make your Gmail account accept less secure apps. This can be done by logging into your Gmail account and going to the following page:
https://www.google.com/settings/security/lesssecureapps.
Finally, follow the instructions for how to set up an HTML email:
https://minisoft.com/support/index.php/sending-an-html-email/