Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Send alert from user creating or updating

web-app

I cannot find information on the forum, the manual, or the gemini online issue tracker about this, so if I am missing it, please post a link.

Is there a way to setup Gemini so the alerts being sent set the "from" address to the email address of the user that has created or updated the issue?  Currently, it will only send the issue using the "FromEmailAddress" setting in the web.config.

thanks, -jarrod

j_ruez
· 1
j_ruez
Replies (6)
helpful
0
not helpful

This is not possible at the moment. However, you can change the code to do so.

You can find the code in the code samples of the Gemini zip you have downloaded.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

so if I change code in the code samples, it will work? 

Is there documentation on the code samples somewhere? 

Which code sample should I be looking at?


j_ruez
· 1
j_ruez
helpful
0
not helpful

You need to change the mail plugin which is in the pluing folder. Compile and deploy the new DLL.

We do not have documentation for this, but it is very simple.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

How would this be done in version 2.1.1?  It doesn't look like it is using the plugins. 


j_ruez
· 1
j_ruez
helpful
0
not helpful

The mail plugin is integrated into 2.1.1 but you can still write your own plugins.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

k, thanks


j_ruez
· 1
j_ruez