Interface IEmailService
Service for sending email notifications.
public interface IEmailService
Methods
SendBuildFailedEmailAsync(Build, string)
Sends a build failure notification email.
Task SendBuildFailedEmailAsync(Build build, string recipientEmail)
Parameters
Returns
SendEmailAsync(string, string, string)
Sends an email with the specified subject and HTML body.
Task SendEmailAsync(string to, string subject, string htmlBody)