I already configured Jenkins to send emails using Sendgrid, it's work fine. But I have some Dynamic Templates on Sendgrid and I want to know, there is anyway to send this e-mails using this templetes?
CodePudding user response:
Twilio SendGrid developer evangelist here.
From what I can tell, the most popular Jenkins extensions that send emails do so over SMTP. SendGrid does not support sending Dynamic Templates over SMTP. To send Dynamic Templates with SendGrid you need to use the SendGrid Mail API.
So, to send emails with templates from Jenkins you could find or create an extension that sends emails using the SendGrid API.