如何使用现有的 Sendgrid 动态模板通过 Jenkins 发送电子邮件
How to send emails with Jenkins using a existing Sendgrid Dynamic Template
我已经将 Jenkins 配置为使用 Sendgrid 发送电子邮件,它工作正常。但是我在 Sendgrid 上有一些动态模板,我想知道,无论如何都可以使用这个模板发送这个电子邮件?
此处为 Twilio SendGrid 开发人员布道师。
据我所知,发送电子邮件的最流行的 Jenkins 扩展程序是通过 SMTP 发送电子邮件的。 SendGrid does not support sending Dynamic Templates over SMTP. To send Dynamic Templates with SendGrid you need to use the SendGrid Mail API.
因此,要使用 Jenkins 的模板发送电子邮件,您可以找到或创建一个使用 SendGrid API.
发送电子邮件的扩展程序
我已经将 Jenkins 配置为使用 Sendgrid 发送电子邮件,它工作正常。但是我在 Sendgrid 上有一些动态模板,我想知道,无论如何都可以使用这个模板发送这个电子邮件?
此处为 Twilio SendGrid 开发人员布道师。
据我所知,发送电子邮件的最流行的 Jenkins 扩展程序是通过 SMTP 发送电子邮件的。 SendGrid does not support sending Dynamic Templates over SMTP. To send Dynamic Templates with SendGrid you need to use the SendGrid Mail API.
因此,要使用 Jenkins 的模板发送电子邮件,您可以找到或创建一个使用 SendGrid API.
发送电子邮件的扩展程序