Skip to content

Commit

Permalink
attempt 2 - trigger build & push
Browse files Browse the repository at this point in the history
  • Loading branch information
a26blass committed Apr 30, 2024
1 parent d97ad64 commit ac6a153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ app.post('/submit', function(req, res) {

transporter.sendMail(mailOptions, (error, info) => {
if (error) {
console.error("Error sending email: ", error, " PASSWORD: " + process.env.GMAIL_PASSWORD);
console.error("Error sending email: ", error);
} else {
console.log("Email sent: ", info.response);
}
Expand Down

0 comments on commit ac6a153

Please sign in to comment.