While configuring mail service com.day.cq.mailer.DefaultMailService
, I came to know that SMTP port should be an integer (smtp.port=I"465"
).
But if I try configuring using sling:OsgiConfig
node, as the CRX is not providing Integer for data type (only Decimal, Double and Long), I am not able to achieve this.
Is there any alternative?