Skip to content

Commit

Permalink
feat: add nodemailer to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shivajivarma committed Apr 3, 2024
1 parent f5f91ec commit a5f2216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/email-utils/src/EmailSender.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import nodemailer from "npm:nodemailer";
import nodemailer from "npm:nodemailer@6.9.13";

export type EmailSenderConfig = {
host: string;
Expand Down

0 comments on commit a5f2216

Please sign in to comment.