Class TestEmailRequest
- Namespace
- Builvero.Application.DTOs.Admin
- Assembly
- Builvero.Application.dll
Request model for sending a test email to verify email configuration.
public class TestEmailRequest
- Inheritance
-
TestEmailRequest
- Inherited Members
Remarks
This DTO is used by the admin email testing endpoint to send a test email to verify that the email service (SendGrid) is properly configured and functioning.
Properties
Gets or sets the email address to send the test email to.
public string Email { get; set; }
Property Value
- string
- Request model for sending a test email to verify email configuration.