Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Beta
-
Fix Version/s: 1.0 Final
-
Component/s: None
-
Labels:None
-
Environment:ICEmobile 1.0
Description
The email connector needs to support connections to mail servers that use ssl/tls.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Modified email connetor to support SSL or TLS secured connections. Introduced new context parameters used to configure the connector in more detail:
'smtp.security' parameter is used to select the type of security used for the SMTP connection. Possible values are: NONE, SSL and TLS. Default value is NONE.
'smtp.verify-server-certificate' is used to enable the verification of server's certificate. When disabled the SMTP connection will still be made even when the server certificate has expired or is self signed. Possible values are 'true' or 'false'. Default value is 'false'.