chore: email denylist

This commit is contained in:
Cory Dransfeldt 2024-10-08 10:05:47 -07:00
parent 9b43897f25
commit df5fddefc0
No known key found for this signature in database
2 changed files with 14 additions and 6 deletions

View file

@ -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,