issue # 이메일 인증 로직 구현 중
This commit is contained in:
@@ -19,7 +19,6 @@ export class MailerService {
|
||||
|
||||
async sendMail(to: string, subject: string, html: string) {
|
||||
const accessToken = await this.oauth2Client.getAccessToken();
|
||||
console.log(accessToken);
|
||||
const options: SMTPTransport.Options = {
|
||||
host: "smtp.gmail.com",
|
||||
port: 465,
|
||||
|
||||
Reference in New Issue
Block a user