mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Give me thine email addresses correctly, dear contact handler.
This commit is contained in:
parent
1c1f2008a5
commit
d6b5c14123
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ createMailContext = (req, done) ->
|
|||
reply_to: sender or user.get('email')
|
||||
name: user.get('name')
|
||||
email_data:
|
||||
subject: "[CodeCombat] #{subject ? ('Feedback - ' + sender or user.get('email'))}"
|
||||
subject: "[CodeCombat] #{subject ? ('Feedback - ' + (sender or user.get('email')))}"
|
||||
content: content
|
||||
|
||||
if recipientID and (user.isAdmin() or ('employer' in (user.get('permissions') ? [])))
|
||||
|
|
Loading…
Reference in a new issue