mirror of
https://github.com/jeffcaldwellca/mkcertWeb.git
synced 2026-05-13 01:38:20 -05:00
Merge pull request #37 from dreamserver-ro/dreamserver-ro-patch-1
Fix: use nodemailer.createTransport instead of createTransporter
This commit is contained in:
@@ -18,7 +18,7 @@ class EmailService {
|
||||
|
||||
initializeTransporter() {
|
||||
try {
|
||||
this.transporter = nodemailer.createTransporter({
|
||||
this.transporter = nodemailer.createTransport({
|
||||
host: this.config.email.smtp.host,
|
||||
port: this.config.email.smtp.port,
|
||||
secure: this.config.email.smtp.secure,
|
||||
|
||||
Reference in New Issue
Block a user