fix: sender

This commit is contained in:
Cory Dransfeldt 2024-10-08 17:49:08 -07:00
parent e0593447eb
commit 23602a7ce0
No known key found for this signature in database
3 changed files with 4 additions and 5 deletions

View file

@ -16,7 +16,7 @@ const sanitizeMediaString = (str) => {
const sendEmail = async (subject, text, authHeader, maxRetries = 3) => {
const emailData = new URLSearchParams({
from: '<coryd.dev> hi@admin.coryd.dev',
from: 'coryd.dev <hi@admin.coryd.dev>',
to: 'hi@coryd.dev',
subject: subject,
text: text,