Skip to content

Commit

Permalink
Remove MailerSend (no config available) from SMTP settings UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Jul 30, 2022
1 parent 57dbb9e commit cd09c5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/views/settings/smtp.vue
Expand Up @@ -76,7 +76,6 @@
<a href="" @click.prevent="() => fillSettings(n, 'mailjet')">Mailjet</a>
<a href="" @click.prevent="() => fillSettings(n, 'sendgrid')">Sendgrid</a>
<a href="" @click.prevent="() => fillSettings(n, 'postmark')">Postmark</a>
<a href="" @click.prevent="() => fillSettings(n, 'mailersend')">MailerSend</a>
</div>
<hr />

Expand Down

0 comments on commit cd09c5a

Please sign in to comment.