I want to send an email to be sent from my Orbeon Form application to a host that is not gmail, following are the properties I added to my properties-local.xml
`<property as="xs:string" name="oxf.fr.email.smtp.host.MonashHealth.*" value="remote.elodigital.com.au"/>
<property as="xs:string" name="oxf.fr.email.from.MonashHealth.*" value="orbeon@elodigital.com.au"/>
<property as="xs:string" name="oxf.fr.email.to.MonashHealth.*" value="nilpath899@gmail.com,orbeon@elodigital.com.au"/>
<property as="xs:string" name="oxf.fr.email.smtp.username.MonashHealth.*" value="orbeon"/>
<property as="xs:string" name="oxf.fr.email.smtp.credentials.MonashHealth.*" value="******"/>
<property as="xs:string" name="oxf.fr.email.smtp.encryption.MonashHealth.*" value="ssl"/>
<property as="xs:string" name="oxf.fr.email.smtp.port.MonashHealth.*" value="25"/>`
but I get the following error
`javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection class com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection`
Are there any addtional properties that I must set? Need help please.