Skip to content

Inlines the email template for membership request.

Chris Thoma requested to merge email-inline into dev

@DSASanFrancisco/portal-members

SUMMARY

For some reason the template is not taking in the variables like %recipient.name% only in prod.

This attempts to solve that by inlining the template string and passing in the variables directly to the template instead of hoping the payload will do it for us.

Obviously this is not ideal, but I do not know how to debug this on production and it works just fine in dev and local.

This needs to be fixed because people are making these requests and they're getting lost.

Merge request reports