|
| EmailService (string? smtpServer, int smtpPort, string? smtpUsername, string? smtpPassword, string frontEndUrl) |
|
async Task | SendConfirmationEmailAsync (string? email, string? name, string? token) |
|
async Task | SendResetPasswordEmailAsync (string? email, string? name, string? token) |
|
async Task | SendNoticeEmailAsync (string? email, string? name, DateTime? registrationStartDate, DateTime? registrationEndDate, string? noticeUrl) |
|
async Task | SendProjectNotificationEmailAsync (string? email, string? name, string? projectTitle, string? status, string? description) |
|
async Task | SendRequestStudentRegisterEmailAsync (string? email) |
|
async Task | SendNotificationOfReportDeadlineEmailAsync (string? email, string? name, string? projectTitle, string? reportType, DateTime? reportDeadline) |
|
async Task | SendEmailAsync (string email, string subject, string message) |
|
◆ EmailService()
Services.Email.EmailService.EmailService |
( |
string? |
smtpServer, |
|
|
int |
smtpPort, |
|
|
string? |
smtpUsername, |
|
|
string? |
smtpPassword, |
|
|
string |
frontEndUrl |
|
) |
| |
|
inline |
◆ SendConfirmationEmailAsync()
async Task Services.Email.EmailService.SendConfirmationEmailAsync |
( |
string? |
email, |
|
|
string? |
name, |
|
|
string? |
token |
|
) |
| |
|
inline |
◆ SendEmailAsync()
async Task Services.Email.EmailService.SendEmailAsync |
( |
string |
email, |
|
|
string |
subject, |
|
|
string |
message |
|
) |
| |
|
inline |
◆ SendNoticeEmailAsync()
async Task Services.Email.EmailService.SendNoticeEmailAsync |
( |
string? |
email, |
|
|
string? |
name, |
|
|
DateTime? |
registrationStartDate, |
|
|
DateTime? |
registrationEndDate, |
|
|
string? |
noticeUrl |
|
) |
| |
|
inline |
◆ SendNotificationOfReportDeadlineEmailAsync()
async Task Services.Email.EmailService.SendNotificationOfReportDeadlineEmailAsync |
( |
string? |
email, |
|
|
string? |
name, |
|
|
string? |
projectTitle, |
|
|
string? |
reportType, |
|
|
DateTime? |
reportDeadline |
|
) |
| |
|
inline |
◆ SendProjectNotificationEmailAsync()
async Task Services.Email.EmailService.SendProjectNotificationEmailAsync |
( |
string? |
email, |
|
|
string? |
name, |
|
|
string? |
projectTitle, |
|
|
string? |
status, |
|
|
string? |
description |
|
) |
| |
|
inline |
◆ SendRequestStudentRegisterEmailAsync()
async Task Services.Email.EmailService.SendRequestStudentRegisterEmailAsync |
( |
string? |
email | ) |
|
|
inline |
◆ SendResetPasswordEmailAsync()
async Task Services.Email.EmailService.SendResetPasswordEmailAsync |
( |
string? |
email, |
|
|
string? |
name, |
|
|
string? |
token |
|
) |
| |
|
inline |
A documentação para esta classe foi gerada a partir do seguinte ficheiro: