* 1. Create the Email Service Interface * public interface IEmailService { Task SendEmailAsync( string recipientEmail, string subject, string body); } 2. Implement the Email Service using System.
Source: [Dev.to](https://dev.to/harsh_gs/sending-email-using-gmail-smtp-2745)