Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci-pr-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'server/**/*.java'
- 'server/**/*.xml'
- 'server/pom.xml'
- 'server/**/*.yml'
- '.github/workflows/server-ci.yml'

jobs:
Expand Down
4 changes: 2 additions & 2 deletions mailgun-templates/email_changed.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,14 @@
<p>If you made this change, no further action is needed.</p>
<p>
If you did not make this change, secure your account immediately and contact
<a class="link" href="mailto:ricardompcampos@gmail.com">ricardompcampos@gmail.com</a>.
<a class="link" href="mailto:support@tasknote.cc">support@tasknote.cc</a>.
</p>
</td>
</tr>
<tr>
<td class="footer">
This is an automatic message from Tasknote, please do not reply.<br />
Need help? Contact <a class="link" href="mailto:ricardompcampos@gmail.com">ricardompcampos@gmail.com</a>.
Need help? Contact <a class="link" href="mailto:support@tasknote.cc">support@tasknote.cc</a>.
</td>
</tr>
</table>
Expand Down
4 changes: 2 additions & 2 deletions mailgun-templates/password_change_confirmation.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<p class="notice">
If this was you, no action is required. If this was not you, secure your account
right away and contact
<a class="link" href="mailto:ricardompcampos@gmail.com">ricardompcampos@gmail.com</a>.
<a class="link" href="mailto:support@tasknote.cc">support@tasknote.cc</a>.
</p>

<p>Thank you for helping keep your account safe.</p>
Expand All @@ -134,7 +134,7 @@
<tr>
<td class="footer">
This is an automatic message from Tasknote, please do not reply.<br />
Need help? Contact <a class="link" href="mailto:ricardompcampos@gmail.com">ricardompcampos@gmail.com</a>.
Need help? Contact <a class="link" href="mailto:support@tasknote.cc">support@tasknote.cc</a>.
</td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion mailgun-templates/password_reset.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
<tr>
<td class="footer">
This is an automatic message from Tasknote, please do not reply.<br />
Need help? Contact <a class="link" href="mailto:ricardompcampos@gmail.com">ricardompcampos@gmail.com</a>.
Need help? Contact <a class="link" href="mailto:support@tasknote.cc">support@tasknote.cc</a>.
</td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion mailgun-templates/sign_up_confirmation.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<tr>
<td class="footer">
This is an automatic message from Tasknote, please do not reply.<br />
Need help? Contact <a class="link" href="mailto:ricardompcampos@gmail.com">ricardompcampos@gmail.com</a>.
Need help? Contact <a class="link" href="mailto:support@tasknote.cc">support@tasknote.cc</a>.
</td>
</tr>
</table>
Expand Down
4 changes: 2 additions & 2 deletions server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ logging:

mailgun:
api-key: ${MAILGUN_APIKEY:abc123456}
domain: tasknote.darkroasted.vps-kinghost.net
sender-email: no-reply@tasknote.darkroasted.vps-kinghost.net
domain: tasknote.cc
sender-email: no-reply@tasknote.cc

server:
port: 8585
Expand Down
Loading