Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
7585f252
Commit
7585f252
authored
Aug 27, 2012
by
Sofia Papagiannaki
Browse files
change helpdesk notification email subject
parent
2307180f
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/functions.py
View file @
7585f252
...
...
@@ -143,7 +143,7 @@ def send_helpdesk_notification(user, template_name='im/helpdesk_notification.txt
'support'
:
DEFAULT_ADMIN_EMAIL
})
sender
=
DEFAULT_FROM_EMAIL
try
:
send_mail
(
'%s alpha2 testing account
notification
'
%
SITENAME
,
message
,
sender
,
[
DEFAULT_CONTACT_EMAIL
])
send_mail
(
'%s alpha2 testing account
activated
'
%
SITENAME
,
message
,
sender
,
[
DEFAULT_CONTACT_EMAIL
])
except
(
SMTPException
,
socket
.
error
)
as
e
:
logger
.
exception
(
e
)
raise
SendNotificationError
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment