Victor Giron - What would be the best way to se...
What would be the best way to send emails with sendgrid through SMTP in Buildship?
Solution:Jump to solution
HI @Victor Giron, You can try by including a named header
X-SMTPAPI
in the sendgrid node logic when sending email. Docs on how to setup and enable SMTP on SendGrid - https://www.twilio.com/docs/sendgrid/for-developers/sending-email/building-an-x-smtpapi-header.1 Reply
Solution
HI @Victor Giron, You can try by including a named header
X-SMTPAPI
in the sendgrid node logic when sending email. Docs on how to setup and enable SMTP on SendGrid - https://www.twilio.com/docs/sendgrid/for-developers/sending-email/building-an-x-smtpapi-header.