Hi all,
I am using email jaggery module for sending email notification in
Enterprise Store. I have added following code at
/publisher/apis/v1/lifecycle_api_router.jag file.

*var email = require('email');*
*var sender = new email.Sender("smtp.gmail.com <http://smtp.gmail.com>",
"587", "wso2demomail", "mailpassword", "tls");*

Can I get the email sender properties for here from
repository/conf/axis2/axis2.xml without hardcoding these values here?

Thank You!

-- 
*Chamila Wijayarathna*
Engineering Intern,
WSO2 Inc.
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to