Skip to content

Commit

Permalink
Update support email address to new one
Browse files Browse the repository at this point in the history
  • Loading branch information
raksooo committed Feb 9, 2024
1 parent 19c40c3 commit 7770273
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body:
please contact support instead of filing a bug report. Go to
`Settings (cogwheel) -> Support -> Report a problem`.
That way the support team gets redacted logs from your app and can help you out better.
You can also just email them at support@mullvad.net.
You can also just email them at support@mullvadvpn.net.
options:
- label: I know this is an issue with the app, and contacting Mullvad support is not relevant.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-bug-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body:
please contact support instead of filing a bug report. Go to
`Settings (cogwheel) -> Support -> Report a problem`.
That way the support team gets redacted logs from your app and can help you out better.
You can also just email them at support@mullvad.net.
You can also just email them at support@mullvadvpn.net.
options:
- label: I know this is an issue with the app, and contacting Mullvad support is not relevant.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/3-bug-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body:
please contact support instead of filing a bug report. Go to
`Settings (cogwheel) -> Report a problem`.
That way the support team gets redacted logs from your app and can help you out better.
You can also just email them at support@mullvad.net.
You can also just email them at support@mullvadvpn.net.
options:
- label: I know this is an issue with the app, and contacting Mullvad support is not relevant.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ contact_links:
- name: Questions and issues not directly related to our VPN application
about: >
If your question is not related to our VPN application specifically,
please contact our support team at support@mullvad.net or visit our help center
please contact our support team at support@mullvadvpn.net or visit our help center
at https://mullvad.net/help instead of filing an issue.
This includes questions/issues about our service, infrastructure, DNS and more.
url: https://mullvad.net/help
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Line wrap the file at 100 chars. Th
- Update Electron from 26.3.0 to 28.1.3.
- Improve the "Connecting to system service"-view with information about the situation and
troubleshooting tips.
- Update support email address to new email address, support@mullvadvpn.net.

#### Android
- Migrate to Compose Navigation which also improves screen transition animations.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Mullvad VPN app is open sourced for many reasons, but primarily we want to

If you find a bug in the app's code, please report it on GitHub in the issue tracker. Please send
all other problems or questions (those not directly related to the app's development) to
[support@mullvad.net](mailto:support@mullvad.net). This includes connection issues, questions
[support@mullvadvpn.net](mailto:support@mullvadvpn.net). This includes connection issues, questions
regarding your account, and problems with the Mullvad VPN infrastructure or servers.


Expand Down
2 changes: 1 addition & 1 deletion android/src/main/play/contact-email.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
support@mullvad.net
support@mullvadvpn.net
2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "init.js",
"author": {
"name": "Mullvad VPN",
"email": "support@mullvad.net"
"email": "support@mullvadvpn.net"
},
"repository": "https://github.com/mullvad/mullvadvpn-app",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion gui/src/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"supportEmail": "support@mullvad.net",
"supportEmail": "support@mullvadvpn.net",
"links": {
"purchase": "https://mullvad.net/account/",
"faq": "https://mullvad.net/help/tag/mullvad-app/",
Expand Down

0 comments on commit 7770273

Please sign in to comment.