Add other newsletter handlers
This commit is contained in:
@ -78,7 +78,7 @@ export const inboundEmailHandler = Sentry.GCPFunction.wrapHttpFunction(
|
||||
|
||||
try {
|
||||
// check if it is a confirmation email or forwarding newsletter
|
||||
const newsletterMessage = handleNewsletter({
|
||||
const newsletterMessage = await handleNewsletter({
|
||||
from,
|
||||
html,
|
||||
postHeader,
|
||||
|
||||
Reference in New Issue
Block a user