Enable email notification

Rumceisz May 20, 2012

Hi All,

I'd like to test a new email tmeplate for the user creation event. But I don't know how to switch on email sending in my TEST environment? Can this email sending switched on only for user creation?

Thanks in advance!
Rumi

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 20, 2012

No, I'm afraid email is either on or off globally.

You could simply delete all your notification schemes from test though - that would cut down emails to just system notifications (i.e. user create) and subscriptions (I think there's a way to turn them off too, but I'm not sure)

Rumceisz May 20, 2012

Hi Nic,

that's a good idea, thank you!

Where can I switch on the email notif.? I remember that it was in the Jira documentation and also remember that it was in a bat file, but don't find it anymore.:(

Can you please help?

Thanks!

Rumi

Rumceisz May 21, 2012

Hi Nic,

where can I switch on the email sending function? Somewhere in a bat file??


Thanks

Rumi

Jozef Kotlár
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 22, 2012

For testing environment I use this change

diff --git a/bin/setenv.sh b/bin/setenv.sh
--- a/bin/setenv.sh
+++ b/bin/setenv.sh
@@ -21,7 +21,7 @@

 # Uncomment this setting if you want to import data without notifications
 #
-#DISABLE_NOTIFICATIONS=" -Datlassian.mail.senddisabled=true -Datlassian.mail.fetchdisabled=true -Datlassian.mail.popdisabled=true"
+DISABLE_NOTIFICATIONS=" -Datlassian.mail.senddisabled=true -Datlassian.mail.fetchdisabled=true -Datlassian.mail.popdisabled=true"

Rumceisz May 22, 2012

Hi Jozef,

thank you very much!

Suggest an answer

Log in or Sign up to answer