chore: email denylist
This commit is contained in:
parent
9b43897f25
commit
df5fddefc0
2 changed files with 14 additions and 6 deletions
|
@ -16,7 +16,7 @@ const sanitizeMediaString = (str) => {
|
|||
|
||||
const sendEmail = async (subject, text, authHeader, maxRetries = 3) => {
|
||||
const emailData = new URLSearchParams({
|
||||
from: 'hi@admin.coryd.dev',
|
||||
from: '<coryd.dev> hi@admin.coryd.dev',
|
||||
to: 'hi@coryd.dev',
|
||||
subject: subject,
|
||||
text: text,
|
||||
|
|
Reference in a new issue