Hi Amila,

Our requirement was to store some details given at org registration time
and use them after the email verification. What we were discussing was to
store those details with some unique id and retrieve them after
verification. That was the reason for the requirement of $Subject.
But in the milestone review we concluded on different approach so that we
do not have this requirement of storing the details anymore.

But generally wouldn't that be a valid requirement? As I understood this
can be achieved by a simple if condition of EmailSender.


On Thu, Aug 8, 2013 at 2:08 PM, Amila Maha Arachchi <[email protected]> wrote:

> Hi Ashansa,
>
> What is your requirement to send additional parameters? I am trying to
> understand the situation to see whether it can be achieved in some other
> way.
>
>
>
> On Wed, Aug 7, 2013 at 10:18 PM, Ashansa Perera <[email protected]> wrote:
>
>> Hi all,
>>
>> At the organization registration of aPaaS we need to send a confirmation
>> email to the user. ( We use EmailVerifcationSubscriber for this purpose )
>> But here we need to send some custom parameters with the confirmation
>> link other than the confirmation key.
>> ie: we need to send something like
>> https://appfactorypreview.wso2.com/appmgt/site/pages/confirmemail.jag?*
>> id=123456*&confirmation=4015d3a1-7ed4<https://appfactorypreview.wso2.com/appmgt/site/pages/confirmemail.jag?uuid=123456&confirmation=4015d3a1-7ed4>
>>
>> instead of
>>
>>
>> https://appfactorypreview.wso2.com/appmgt/site/pages/confirmemail.jag?confirmation=4015d3a1-7ed4<https://appfactorypreview.wso2.com/appmgt/site/pages/confirmemail.jag?uuid=123456&confirmation=4015d3a1-7ed4>
>>
>> As I noticed when going through the EmailSender class, it does not accept
>> external parameters rather add the confirmation key to the target EPR.
>>
>> Could someone please state whether it is possible to achieve the above
>> requirement with our current implementation?
>>
>>
>>
>> --
>> Thanks & Regards,
>>
>> Ashansa Perera
>> Software Engineer
>> WSO2, Inc
>>
>> _______________________________________________
>> Dev mailing list
>> [email protected]
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Amila Maharachchi*
> Senior Technical Lead
> WSO2, Inc.; http://wso2.com
>
> Blog: http://maharachchi.blogspot.com
> Mobile: +94719371446
>
>


-- 
Thanks & Regards,

Ashansa Perera
Software Engineer
WSO2, Inc
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to