Skip to content

Commit

Permalink
Updating the PSA regarding the no-reply@google block
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Nov 16, 2021
1 parent 441aeef commit 3c1cce9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ui/src/components/mail/message_list.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<template>
<vue-scroll :ops="vueScrollBarOps">
<div class="table-box advisory" style="
background: #fbc02d4f;
padding: 0.5em;
">
<i class="fas fa-exclamation-triangle" style="margin-right:0.5em"></i><a href="https://uilicious.com/blog/psa-inboxkitten-will-be-blocking-no-reply-google/" target="_blank"><b>PSA</b>: Please use inboxkitten, for only testing, or non critical emails. See here for more details.</a>
</div>
<pulse-loader v-if="refreshing" class="loading"></pulse-loader>
<div class="table-box" v-if="listOfMessages.length > 0">
<div :class="rowCls(index)" v-for="(msg, index) in listOfMessages" :key="msg.url"
Expand Down
2 changes: 1 addition & 1 deletion ui/src/landingpage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<h3>
<i class="fas fa-exclamation-triangle"></i> PSA: Please use inboxkitten, for only testing, or non critical emails.
</h3>
<p><a href="https://uilicious.com/blog/psa-inboxkitten-will-be-blocking-no-reply-google/">We block "no-reply@google" to prevent abuse on our platform, see more details on our blog post (here)</a></p>
<p><a href="https://uilicious.com/blog/psa-inboxkitten-will-be-blocking-no-reply-google/" target="_blank">We block "no-reply@google" to prevent abuse on our platform, see more details on our blog post (here)</a></p>
</section>
</div>
</div>
Expand Down

0 comments on commit 3c1cce9

Please sign in to comment.