Re: [Dev] How to send out an email notification from WSO2 product?

2015-01-27 Thread Hasintha Indrajee
Hi Supun,
Please find the answers for your queries inline.

On Wed, Jan 28, 2015 at 9:32 AM, Supun Sethunga sup...@wso2.com wrote:

 Hi Hasintha,

 Thanks for pointing out on the Notification Management feature, and for
 the offline discussion. However, I would like to clarify the following, to
 be sure this feature aligns with the requirements that we are having at the
 moment.



 Is it possible to Change the subject of the email, at the point of
 invoking the service, rather than picking it up from the msg-mgt.properties
 file?

Yes, This can be set from the publisher of the event.

Is it possible to use a different email template when needed, without using
 the template specified in the msg-mgt.properties file?

Can  you please eloborate more on this use case. As per the below comment
by you, you need to send different contents based on different actions ?
Ideally if you are sending notifications for different actions, then they
are different events. ie different notifications. You need to define
different events for them.


 Is it possible to append/insert random content (such as a redirect link,
 which is unique for every-time an email is sent) to the email body?

Yes , This is possible, This is almost same as setting the subject at
publisher side.


 Is it possible to set the receiver email address at the point
 of invoking the service?

Yes, this is also possible.


 The requirement (1) and (2) are because we need to send different types of
 emails (different subjects and the content) based on the user actions.

 Thanks,
 Supun

 On Fri, Jan 23, 2015 at 12:24 PM, Lasitha Wattaladeniya lasit...@wso2.com
  wrote:

 Hi Hasintha,

 Noted. Thanks

 On Fri, Jan 23, 2015 at 12:21 PM, Hasintha Indrajee hasin...@wso2.com
 wrote:

 Hi Lasitha,

 Now the feature is available in carbon-identity org repo. This feature
 is packed with IS 5.1.0. You can build IS from wso2-dev product-is repo and
 get the product with this feature.

 On Fri, Jan 23, 2015 at 12:18 PM, Lasitha Wattaladeniya 
 lasit...@wso2.com wrote:

 Hi hasintha,

 I'm also in need of a notification/email feature. if the component is
 ready please provide the location/details to use it


 Thanks.

 On Thu, Jan 22, 2015 at 3:24 PM, Johann Nallathamby joh...@wso2.com
 wrote:

 Hi Supun,

 +1 for looking into the Notification Management feature and evaluating
 if it supports your requirements. If it does not as it is, you may be able
 to discuss your requirement and improve on it.

 On Thu, Jan 22, 2015 at 11:29 AM, Hasintha Indrajee hasin...@wso2.com
  wrote:

 Hi Supun,

 We have Notification Management feature which we have newly
 implemented. It is light weight, simple and does not coupled to products.
 You may use it as per your requirements. Still we have not added this
 component to our repo and sooner we will be adding this (within few 
 days).

 On Wed, Jan 21, 2015 at 6:16 PM, Supun Sethunga sup...@wso2.com
 wrote:

 Hi,

 As per the offline discussion with Lasantha, In case of using CEP's
 email-adaptor, to send an email, we have to configure sevent-treams,
 event-formatters, create an event, and fire it. These seems to be some
 additional configurations as ML doesn't work with events. I checked the
 code for email-adapters in both ESB and IS as well, and both are tightly
 coupled with their respective products, thus cannot be used in ML.

 I tried writing a generic email adapter component for ML (which is
 reusable in any other product), and it is much more simpler and cleaner 
 as
 well. Is there any concerns regarding this, or can we go ahead with this
 fresh email-adapter for ML?

 Thanks,
 Supun

 On Mon, Jan 5, 2015 at 12:46 PM, Mohanadarshan Vivekanandalingam 
 mo...@wso2.com wrote:

 Hi Supun,

 CEP contains an email output adaptor component which you can use
 for this purpose..

 @Lasantha, Is there anything you have written specifically for ML
 team ?

 On Mon, Jan 5, 2015 at 12:21 PM, Supun Sethunga sup...@wso2.com
 wrote:

 Hi,

 In the Product ML, we have a requirement of sending an email
 notification upon the completion of ML model creation process. Whats 
 the
 preferred way of implementing this? Is there any component which has a
 similar functionality that is already in-use any of the products, 
 that we
 can reuse?

 Regards,
 Supun

 --
 *Supun Sethunga*
 Software Engineer
 WSO2, Inc.
 lean | enterprise | middleware
 Mobile : +94 716546324

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *V. Mohanadarshan*
 *Software Engineer,*
 *Data Technologies Team,*
 *WSO2, Inc. http://wso2.com http://wso2.com *
 *lean.enterprise.middleware.*

 email: mo...@wso2.com
 phone:(+94) 771117673




 --
 *Supun Sethunga*
 Software Engineer
 WSO2, Inc.
 lean | enterprise | middleware
 Mobile : +94 716546324

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 

Re: [Dev] How to send out an email notification from WSO2 product?

2015-01-27 Thread Supun Sethunga
Hi Hasintha,

Thanks for pointing out on the Notification Management feature, and for the
offline discussion. However, I would like to clarify the following, to be
sure this feature aligns with the requirements that we are having at the
moment.

   1. Is it possible to Change the subject of the email, at the point of
   invoking the service, rather than picking it up from the msg-mgt.properties
   file?
   2. Is it possible to use a different email template when needed, without
   using the template specified in the msg-mgt.properties file?
   3. Is it possible to append/insert random content (such as a redirect
   link, which is unique for every-time an email is sent) to the email body?
   4. Is it possible to set the receiver email address at the point
   of invoking the service?

The requirement (1) and (2) are because we need to send different types of
emails (different subjects and the content) based on the user actions.

Thanks,
Supun

On Fri, Jan 23, 2015 at 12:24 PM, Lasitha Wattaladeniya lasit...@wso2.com
wrote:

 Hi Hasintha,

 Noted. Thanks

 On Fri, Jan 23, 2015 at 12:21 PM, Hasintha Indrajee hasin...@wso2.com
 wrote:

 Hi Lasitha,

 Now the feature is available in carbon-identity org repo. This feature is
 packed with IS 5.1.0. You can build IS from wso2-dev product-is repo and
 get the product with this feature.

 On Fri, Jan 23, 2015 at 12:18 PM, Lasitha Wattaladeniya 
 lasit...@wso2.com wrote:

 Hi hasintha,

 I'm also in need of a notification/email feature. if the component is
 ready please provide the location/details to use it


 Thanks.

 On Thu, Jan 22, 2015 at 3:24 PM, Johann Nallathamby joh...@wso2.com
 wrote:

 Hi Supun,

 +1 for looking into the Notification Management feature and evaluating
 if it supports your requirements. If it does not as it is, you may be able
 to discuss your requirement and improve on it.

 On Thu, Jan 22, 2015 at 11:29 AM, Hasintha Indrajee hasin...@wso2.com
 wrote:

 Hi Supun,

 We have Notification Management feature which we have newly
 implemented. It is light weight, simple and does not coupled to products.
 You may use it as per your requirements. Still we have not added this
 component to our repo and sooner we will be adding this (within few days).

 On Wed, Jan 21, 2015 at 6:16 PM, Supun Sethunga sup...@wso2.com
 wrote:

 Hi,

 As per the offline discussion with Lasantha, In case of using CEP's
 email-adaptor, to send an email, we have to configure sevent-treams,
 event-formatters, create an event, and fire it. These seems to be some
 additional configurations as ML doesn't work with events. I checked the
 code for email-adapters in both ESB and IS as well, and both are tightly
 coupled with their respective products, thus cannot be used in ML.

 I tried writing a generic email adapter component for ML (which is
 reusable in any other product), and it is much more simpler and cleaner 
 as
 well. Is there any concerns regarding this, or can we go ahead with this
 fresh email-adapter for ML?

 Thanks,
 Supun

 On Mon, Jan 5, 2015 at 12:46 PM, Mohanadarshan Vivekanandalingam 
 mo...@wso2.com wrote:

 Hi Supun,

 CEP contains an email output adaptor component which you can use for
 this purpose..

 @Lasantha, Is there anything you have written specifically for ML
 team ?

 On Mon, Jan 5, 2015 at 12:21 PM, Supun Sethunga sup...@wso2.com
 wrote:

 Hi,

 In the Product ML, we have a requirement of sending an email
 notification upon the completion of ML model creation process. Whats 
 the
 preferred way of implementing this? Is there any component which has a
 similar functionality that is already in-use any of the products, that 
 we
 can reuse?

 Regards,
 Supun

 --
 *Supun Sethunga*
 Software Engineer
 WSO2, Inc.
 lean | enterprise | middleware
 Mobile : +94 716546324

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *V. Mohanadarshan*
 *Software Engineer,*
 *Data Technologies Team,*
 *WSO2, Inc. http://wso2.com http://wso2.com *
 *lean.enterprise.middleware.*

 email: mo...@wso2.com
 phone:(+94) 771117673




 --
 *Supun Sethunga*
 Software Engineer
 WSO2, Inc.
 lean | enterprise | middleware
 Mobile : +94 716546324

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Thanks  Regards,

 *Johann Dilantha Nallathamby*
 Associate Technical Lead  Product Lead of WSO2 Identity Server
 Integration Technologies Team
 WSO2, Inc.
 lean.enterprise.middleware

 Mobile - *+9476950*
 Blog - *http://nallaa.wordpress.com http://nallaa.wordpress.com*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Lasitha Wattaladeniya
 Software Engineer
 WSO2, Inc. | http://wso2.com
 lean. 

Re: [Dev] How to send out an email notification from WSO2 product?

2015-01-22 Thread Johann Nallathamby
Hi Supun,

+1 for looking into the Notification Management feature and evaluating if
it supports your requirements. If it does not as it is, you may be able to
discuss your requirement and improve on it.

On Thu, Jan 22, 2015 at 11:29 AM, Hasintha Indrajee hasin...@wso2.com
wrote:

 Hi Supun,

 We have Notification Management feature which we have newly implemented.
 It is light weight, simple and does not coupled to products. You may use it
 as per your requirements. Still we have not added this component to our
 repo and sooner we will be adding this (within few days).

 On Wed, Jan 21, 2015 at 6:16 PM, Supun Sethunga sup...@wso2.com wrote:

 Hi,

 As per the offline discussion with Lasantha, In case of using CEP's
 email-adaptor, to send an email, we have to configure sevent-treams,
 event-formatters, create an event, and fire it. These seems to be some
 additional configurations as ML doesn't work with events. I checked the
 code for email-adapters in both ESB and IS as well, and both are tightly
 coupled with their respective products, thus cannot be used in ML.

 I tried writing a generic email adapter component for ML (which is
 reusable in any other product), and it is much more simpler and cleaner as
 well. Is there any concerns regarding this, or can we go ahead with this
 fresh email-adapter for ML?

 Thanks,
 Supun

 On Mon, Jan 5, 2015 at 12:46 PM, Mohanadarshan Vivekanandalingam 
 mo...@wso2.com wrote:

 Hi Supun,

 CEP contains an email output adaptor component which you can use for
 this purpose..

 @Lasantha, Is there anything you have written specifically for ML team ?

 On Mon, Jan 5, 2015 at 12:21 PM, Supun Sethunga sup...@wso2.com wrote:

 Hi,

 In the Product ML, we have a requirement of sending an email
 notification upon the completion of ML model creation process. Whats the
 preferred way of implementing this? Is there any component which has a
 similar functionality that is already in-use any of the products, that we
 can reuse?

 Regards,
 Supun

 --
 *Supun Sethunga*
 Software Engineer
 WSO2, Inc.
 lean | enterprise | middleware
 Mobile : +94 716546324

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *V. Mohanadarshan*
 *Software Engineer,*
 *Data Technologies Team,*
 *WSO2, Inc. http://wso2.com http://wso2.com *
 *lean.enterprise.middleware.*

 email: mo...@wso2.com
 phone:(+94) 771117673




 --
 *Supun Sethunga*
 Software Engineer
 WSO2, Inc.
 lean | enterprise | middleware
 Mobile : +94 716546324

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Thanks  Regards,

*Johann Dilantha Nallathamby*
Associate Technical Lead  Product Lead of WSO2 Identity Server
Integration Technologies Team
WSO2, Inc.
lean.enterprise.middleware

Mobile - *+9476950*
Blog - *http://nallaa.wordpress.com http://nallaa.wordpress.com*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] How to send out an email notification from WSO2 product?

2015-01-22 Thread Hasintha Indrajee
Hi Lasitha,

Now the feature is available in carbon-identity org repo. This feature is
packed with IS 5.1.0. You can build IS from wso2-dev product-is repo and
get the product with this feature.

On Fri, Jan 23, 2015 at 12:18 PM, Lasitha Wattaladeniya lasit...@wso2.com
wrote:

 Hi hasintha,

 I'm also in need of a notification/email feature. if the component is
 ready please provide the location/details to use it


 Thanks.

 On Thu, Jan 22, 2015 at 3:24 PM, Johann Nallathamby joh...@wso2.com
 wrote:

 Hi Supun,

 +1 for looking into the Notification Management feature and evaluating if
 it supports your requirements. If it does not as it is, you may be able to
 discuss your requirement and improve on it.

 On Thu, Jan 22, 2015 at 11:29 AM, Hasintha Indrajee hasin...@wso2.com
 wrote:

 Hi Supun,

 We have Notification Management feature which we have newly implemented.
 It is light weight, simple and does not coupled to products. You may use it
 as per your requirements. Still we have not added this component to our
 repo and sooner we will be adding this (within few days).

 On Wed, Jan 21, 2015 at 6:16 PM, Supun Sethunga sup...@wso2.com wrote:

 Hi,

 As per the offline discussion with Lasantha, In case of using CEP's
 email-adaptor, to send an email, we have to configure sevent-treams,
 event-formatters, create an event, and fire it. These seems to be some
 additional configurations as ML doesn't work with events. I checked the
 code for email-adapters in both ESB and IS as well, and both are tightly
 coupled with their respective products, thus cannot be used in ML.

 I tried writing a generic email adapter component for ML (which is
 reusable in any other product), and it is much more simpler and cleaner as
 well. Is there any concerns regarding this, or can we go ahead with this
 fresh email-adapter for ML?

 Thanks,
 Supun

 On Mon, Jan 5, 2015 at 12:46 PM, Mohanadarshan Vivekanandalingam 
 mo...@wso2.com wrote:

 Hi Supun,

 CEP contains an email output adaptor component which you can use for
 this purpose..

 @Lasantha, Is there anything you have written specifically for ML team
 ?

 On Mon, Jan 5, 2015 at 12:21 PM, Supun Sethunga sup...@wso2.com
 wrote:

 Hi,

 In the Product ML, we have a requirement of sending an email
 notification upon the completion of ML model creation process. Whats the
 preferred way of implementing this? Is there any component which has a
 similar functionality that is already in-use any of the products, that we
 can reuse?

 Regards,
 Supun

 --
 *Supun Sethunga*
 Software Engineer
 WSO2, Inc.
 lean | enterprise | middleware
 Mobile : +94 716546324

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *V. Mohanadarshan*
 *Software Engineer,*
 *Data Technologies Team,*
 *WSO2, Inc. http://wso2.com http://wso2.com *
 *lean.enterprise.middleware.*

 email: mo...@wso2.com
 phone:(+94) 771117673




 --
 *Supun Sethunga*
 Software Engineer
 WSO2, Inc.
 lean | enterprise | middleware
 Mobile : +94 716546324

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Thanks  Regards,

 *Johann Dilantha Nallathamby*
 Associate Technical Lead  Product Lead of WSO2 Identity Server
 Integration Technologies Team
 WSO2, Inc.
 lean.enterprise.middleware

 Mobile - *+9476950*
 Blog - *http://nallaa.wordpress.com http://nallaa.wordpress.com*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Lasitha Wattaladeniya
 Software Engineer
 WSO2, Inc. | http://wso2.com
 lean. enterprise. middleware

 Mobile : +94719397528
 Blog : techreadme.blogspot.com

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] How to send out an email notification from WSO2 product?

2015-01-22 Thread Lasitha Wattaladeniya
Hi hasintha,

I'm also in need of a notification/email feature. if the component is ready
please provide the location/details to use it


Thanks.

On Thu, Jan 22, 2015 at 3:24 PM, Johann Nallathamby joh...@wso2.com wrote:

 Hi Supun,

 +1 for looking into the Notification Management feature and evaluating if
 it supports your requirements. If it does not as it is, you may be able to
 discuss your requirement and improve on it.

 On Thu, Jan 22, 2015 at 11:29 AM, Hasintha Indrajee hasin...@wso2.com
 wrote:

 Hi Supun,

 We have Notification Management feature which we have newly implemented.
 It is light weight, simple and does not coupled to products. You may use it
 as per your requirements. Still we have not added this component to our
 repo and sooner we will be adding this (within few days).

 On Wed, Jan 21, 2015 at 6:16 PM, Supun Sethunga sup...@wso2.com wrote:

 Hi,

 As per the offline discussion with Lasantha, In case of using CEP's
 email-adaptor, to send an email, we have to configure sevent-treams,
 event-formatters, create an event, and fire it. These seems to be some
 additional configurations as ML doesn't work with events. I checked the
 code for email-adapters in both ESB and IS as well, and both are tightly
 coupled with their respective products, thus cannot be used in ML.

 I tried writing a generic email adapter component for ML (which is
 reusable in any other product), and it is much more simpler and cleaner as
 well. Is there any concerns regarding this, or can we go ahead with this
 fresh email-adapter for ML?

 Thanks,
 Supun

 On Mon, Jan 5, 2015 at 12:46 PM, Mohanadarshan Vivekanandalingam 
 mo...@wso2.com wrote:

 Hi Supun,

 CEP contains an email output adaptor component which you can use for
 this purpose..

 @Lasantha, Is there anything you have written specifically for ML team ?

 On Mon, Jan 5, 2015 at 12:21 PM, Supun Sethunga sup...@wso2.com
 wrote:

 Hi,

 In the Product ML, we have a requirement of sending an email
 notification upon the completion of ML model creation process. Whats the
 preferred way of implementing this? Is there any component which has a
 similar functionality that is already in-use any of the products, that we
 can reuse?

 Regards,
 Supun

 --
 *Supun Sethunga*
 Software Engineer
 WSO2, Inc.
 lean | enterprise | middleware
 Mobile : +94 716546324

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *V. Mohanadarshan*
 *Software Engineer,*
 *Data Technologies Team,*
 *WSO2, Inc. http://wso2.com http://wso2.com *
 *lean.enterprise.middleware.*

 email: mo...@wso2.com
 phone:(+94) 771117673




 --
 *Supun Sethunga*
 Software Engineer
 WSO2, Inc.
 lean | enterprise | middleware
 Mobile : +94 716546324

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Thanks  Regards,

 *Johann Dilantha Nallathamby*
 Associate Technical Lead  Product Lead of WSO2 Identity Server
 Integration Technologies Team
 WSO2, Inc.
 lean.enterprise.middleware

 Mobile - *+9476950*
 Blog - *http://nallaa.wordpress.com http://nallaa.wordpress.com*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Lasitha Wattaladeniya
Software Engineer
WSO2, Inc. | http://wso2.com
lean. enterprise. middleware

Mobile : +94719397528
Blog : techreadme.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] How to send out an email notification from WSO2 product?

2015-01-22 Thread Lasitha Wattaladeniya
Hi Hasintha,

Noted. Thanks

On Fri, Jan 23, 2015 at 12:21 PM, Hasintha Indrajee hasin...@wso2.com
wrote:

 Hi Lasitha,

 Now the feature is available in carbon-identity org repo. This feature is
 packed with IS 5.1.0. You can build IS from wso2-dev product-is repo and
 get the product with this feature.

 On Fri, Jan 23, 2015 at 12:18 PM, Lasitha Wattaladeniya lasit...@wso2.com
  wrote:

 Hi hasintha,

 I'm also in need of a notification/email feature. if the component is
 ready please provide the location/details to use it


 Thanks.

 On Thu, Jan 22, 2015 at 3:24 PM, Johann Nallathamby joh...@wso2.com
 wrote:

 Hi Supun,

 +1 for looking into the Notification Management feature and evaluating
 if it supports your requirements. If it does not as it is, you may be able
 to discuss your requirement and improve on it.

 On Thu, Jan 22, 2015 at 11:29 AM, Hasintha Indrajee hasin...@wso2.com
 wrote:

 Hi Supun,

 We have Notification Management feature which we have newly
 implemented. It is light weight, simple and does not coupled to products.
 You may use it as per your requirements. Still we have not added this
 component to our repo and sooner we will be adding this (within few days).

 On Wed, Jan 21, 2015 at 6:16 PM, Supun Sethunga sup...@wso2.com
 wrote:

 Hi,

 As per the offline discussion with Lasantha, In case of using CEP's
 email-adaptor, to send an email, we have to configure sevent-treams,
 event-formatters, create an event, and fire it. These seems to be some
 additional configurations as ML doesn't work with events. I checked the
 code for email-adapters in both ESB and IS as well, and both are tightly
 coupled with their respective products, thus cannot be used in ML.

 I tried writing a generic email adapter component for ML (which is
 reusable in any other product), and it is much more simpler and cleaner as
 well. Is there any concerns regarding this, or can we go ahead with this
 fresh email-adapter for ML?

 Thanks,
 Supun

 On Mon, Jan 5, 2015 at 12:46 PM, Mohanadarshan Vivekanandalingam 
 mo...@wso2.com wrote:

 Hi Supun,

 CEP contains an email output adaptor component which you can use for
 this purpose..

 @Lasantha, Is there anything you have written specifically for ML
 team ?

 On Mon, Jan 5, 2015 at 12:21 PM, Supun Sethunga sup...@wso2.com
 wrote:

 Hi,

 In the Product ML, we have a requirement of sending an email
 notification upon the completion of ML model creation process. Whats the
 preferred way of implementing this? Is there any component which has a
 similar functionality that is already in-use any of the products, that 
 we
 can reuse?

 Regards,
 Supun

 --
 *Supun Sethunga*
 Software Engineer
 WSO2, Inc.
 lean | enterprise | middleware
 Mobile : +94 716546324

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *V. Mohanadarshan*
 *Software Engineer,*
 *Data Technologies Team,*
 *WSO2, Inc. http://wso2.com http://wso2.com *
 *lean.enterprise.middleware.*

 email: mo...@wso2.com
 phone:(+94) 771117673




 --
 *Supun Sethunga*
 Software Engineer
 WSO2, Inc.
 lean | enterprise | middleware
 Mobile : +94 716546324

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Thanks  Regards,

 *Johann Dilantha Nallathamby*
 Associate Technical Lead  Product Lead of WSO2 Identity Server
 Integration Technologies Team
 WSO2, Inc.
 lean.enterprise.middleware

 Mobile - *+9476950*
 Blog - *http://nallaa.wordpress.com http://nallaa.wordpress.com*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Lasitha Wattaladeniya
 Software Engineer
 WSO2, Inc. | http://wso2.com
 lean. enterprise. middleware

 Mobile : +94719397528
 Blog : techreadme.blogspot.com





-- 
Lasitha Wattaladeniya
Software Engineer
WSO2, Inc. | http://wso2.com
lean. enterprise. middleware

Mobile : +94719397528
Blog : techreadme.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] How to send out an email notification from WSO2 product?

2015-01-21 Thread Hasintha Indrajee
Hi Supun,

We have Notification Management feature which we have newly implemented. It
is light weight, simple and does not coupled to products. You may use it as
per your requirements. Still we have not added this component to our repo
and sooner we will be adding this (within few days).

On Wed, Jan 21, 2015 at 6:16 PM, Supun Sethunga sup...@wso2.com wrote:

 Hi,

 As per the offline discussion with Lasantha, In case of using CEP's
 email-adaptor, to send an email, we have to configure sevent-treams,
 event-formatters, create an event, and fire it. These seems to be some
 additional configurations as ML doesn't work with events. I checked the
 code for email-adapters in both ESB and IS as well, and both are tightly
 coupled with their respective products, thus cannot be used in ML.

 I tried writing a generic email adapter component for ML (which is
 reusable in any other product), and it is much more simpler and cleaner as
 well. Is there any concerns regarding this, or can we go ahead with this
 fresh email-adapter for ML?

 Thanks,
 Supun

 On Mon, Jan 5, 2015 at 12:46 PM, Mohanadarshan Vivekanandalingam 
 mo...@wso2.com wrote:

 Hi Supun,

 CEP contains an email output adaptor component which you can use for this
 purpose..

 @Lasantha, Is there anything you have written specifically for ML team ?

 On Mon, Jan 5, 2015 at 12:21 PM, Supun Sethunga sup...@wso2.com wrote:

 Hi,

 In the Product ML, we have a requirement of sending an email
 notification upon the completion of ML model creation process. Whats the
 preferred way of implementing this? Is there any component which has a
 similar functionality that is already in-use any of the products, that we
 can reuse?

 Regards,
 Supun

 --
 *Supun Sethunga*
 Software Engineer
 WSO2, Inc.
 lean | enterprise | middleware
 Mobile : +94 716546324

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *V. Mohanadarshan*
 *Software Engineer,*
 *Data Technologies Team,*
 *WSO2, Inc. http://wso2.com http://wso2.com *
 *lean.enterprise.middleware.*

 email: mo...@wso2.com
 phone:(+94) 771117673




 --
 *Supun Sethunga*
 Software Engineer
 WSO2, Inc.
 lean | enterprise | middleware
 Mobile : +94 716546324

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] How to send out an email notification from WSO2 product?

2015-01-21 Thread Supun Sethunga
Hi,

As per the offline discussion with Lasantha, In case of using CEP's
email-adaptor, to send an email, we have to configure sevent-treams,
event-formatters, create an event, and fire it. These seems to be some
additional configurations as ML doesn't work with events. I checked the
code for email-adapters in both ESB and IS as well, and both are tightly
coupled with their respective products, thus cannot be used in ML.

I tried writing a generic email adapter component for ML (which is reusable
in any other product), and it is much more simpler and cleaner as well. Is
there any concerns regarding this, or can we go ahead with this fresh
email-adapter for ML?

Thanks,
Supun

On Mon, Jan 5, 2015 at 12:46 PM, Mohanadarshan Vivekanandalingam 
mo...@wso2.com wrote:

 Hi Supun,

 CEP contains an email output adaptor component which you can use for this
 purpose..

 @Lasantha, Is there anything you have written specifically for ML team ?

 On Mon, Jan 5, 2015 at 12:21 PM, Supun Sethunga sup...@wso2.com wrote:

 Hi,

 In the Product ML, we have a requirement of sending an email notification
 upon the completion of ML model creation process. Whats the preferred way
 of implementing this? Is there any component which has a similar
 functionality that is already in-use any of the products, that we can reuse?

 Regards,
 Supun

 --
 *Supun Sethunga*
 Software Engineer
 WSO2, Inc.
 lean | enterprise | middleware
 Mobile : +94 716546324

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *V. Mohanadarshan*
 *Software Engineer,*
 *Data Technologies Team,*
 *WSO2, Inc. http://wso2.com http://wso2.com *
 *lean.enterprise.middleware.*

 email: mo...@wso2.com
 phone:(+94) 771117673




-- 
*Supun Sethunga*
Software Engineer
WSO2, Inc.
lean | enterprise | middleware
Mobile : +94 716546324
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] How to send out an email notification from WSO2 product?

2015-01-04 Thread Nirmal Fernando
[Adding Mohan]

On Mon, Jan 5, 2015 at 12:21 PM, Supun Sethunga sup...@wso2.com wrote:

 Hi,

 In the Product ML, we have a requirement of sending an email notification
 upon the completion of ML model creation process. Whats the preferred way
 of implementing this? Is there any component which has a similar
 functionality that is already in-use any of the products, that we can reuse?

 Regards,
 Supun

 --
 *Supun Sethunga*
 Software Engineer
 WSO2, Inc.
 lean | enterprise | middleware
 Mobile : +94 716546324




-- 

Thanks  regards,
Nirmal

Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
Mobile: +94715779733
Blog: http://nirmalfdo.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] How to send out an email notification from WSO2 product?

2015-01-04 Thread Mohanadarshan Vivekanandalingam
Hi Supun,

CEP contains an email output adaptor component which you can use for this
purpose..

@Lasantha, Is there anything you have written specifically for ML team ?

On Mon, Jan 5, 2015 at 12:21 PM, Supun Sethunga sup...@wso2.com wrote:

 Hi,

 In the Product ML, we have a requirement of sending an email notification
 upon the completion of ML model creation process. Whats the preferred way
 of implementing this? Is there any component which has a similar
 functionality that is already in-use any of the products, that we can reuse?

 Regards,
 Supun

 --
 *Supun Sethunga*
 Software Engineer
 WSO2, Inc.
 lean | enterprise | middleware
 Mobile : +94 716546324

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
*V. Mohanadarshan*
*Software Engineer,*
*Data Technologies Team,*
*WSO2, Inc. http://wso2.com http://wso2.com *
*lean.enterprise.middleware.*

email: mo...@wso2.com
phone:(+94) 771117673
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] How to send out an email notification from WSO2 product?

2015-01-04 Thread Supun Sethunga
Hi,

In the Product ML, we have a requirement of sending an email notification
upon the completion of ML model creation process. Whats the preferred way
of implementing this? Is there any component which has a similar
functionality that is already in-use any of the products, that we can reuse?

Regards,
Supun

-- 
*Supun Sethunga*
Software Engineer
WSO2, Inc.
lean | enterprise | middleware
Mobile : +94 716546324
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev