Skip to content

Commit

Permalink
updated to point to hostinger for sending mail
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoombs2000 committed Oct 19, 2024
1 parent e90d7ad commit 83a2501
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config/mailer.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ const transport = nodemailer.createTransport({

// SES: {ses, aws},
// sendingRate: 1
host: "mail.zmaartcc.net",
port: 587,
secure: false,
//host: "mail.zmaartcc.net",
//port: 587,
//secure: false,
host: "smtp.hostinger.com",
port: 465,
secure: true,

ignoreTLS: true,
auth: {
user: '[email protected]',
Expand Down

0 comments on commit 83a2501

Please sign in to comment.