You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2018. It is now read-only.
I'm using SendGrid as an external email service to send custom transactional emails. What I would like to do is to send a custom email verification including the code via SendGrid. I use auto confirmation, so to send the verification code I need to use.
I have a trigger on CustomMessage. My lambda is called and everything is working fine except I can't get the verification code to deliver it to SendGrid and render it in my email template. I could only find codeParameter which is {####}.
So how can I get the verification code to send it to external services?
Could anybody help with this? We are moving to production and I still couldn't find a real solution for this. I think I could set custom HTML code inside the Lambda which would be sent out via AWS, but that's not really what I'm looking for...
Any solution for sending the verification code via a third party service?
I'm facing the same problem. I can't even get my SES Email limit increased due to some silly bounce and complaints compliance which i don't understand.
All i want to do is send the verification code form my own domain email id.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using SendGrid as an external email service to send custom transactional emails. What I would like to do is to send a custom email verification including the code via SendGrid. I use auto confirmation, so to send the verification code I need to use.
I have a trigger on
CustomMessage
. My lambda is called and everything is working fine except I can't get the verification code to deliver it to SendGrid and render it in my email template. I could only findcodeParameter
which is{####}
.So how can I get the verification code to send it to external services?
This is my lambda.
The text was updated successfully, but these errors were encountered: