mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-25 00:25:03 +08:00
fix(message-controls): update email address for reporting
This commit is contained in:
parent
b93182920f
commit
00109f28ef
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class MessageControls extends React.Component
|
|||
|
||||
draft = new Message
|
||||
from: [@_account().me()]
|
||||
to: [new Contact(name: "Nylas Team", email: "feedback@nylas.com")]
|
||||
to: [new Contact(name: "Nylas Team", email: "n1-support@nylas.com")]
|
||||
date: (new Date)
|
||||
draft: true
|
||||
subject: "Feedback - Message Display Issue (#{issueType})"
|
||||
|
|
Loading…
Reference in a new issue