mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 02:31:56 +10:00
release: v4.3.1
This commit is contained in:
@ -14,6 +14,8 @@ export class MailService {
|
||||
async sendEmail(options: ISendMailOptions) {
|
||||
const smtpUrl = this.configService.get("SMTP_URL");
|
||||
|
||||
console.log(smtpUrl);
|
||||
|
||||
// If `SMTP_URL` is not set, log the email to the console
|
||||
if (!smtpUrl) {
|
||||
Logger.log(options, "MailService#sendEmail");
|
||||
|
||||
Reference in New Issue
Block a user