Skip to content

Commit

Permalink
Email Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
theolaa committed Jul 31, 2021
1 parent df6418d commit 364d185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgi/bmi_calculator.pl
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
To : "$data{email}",
From : "theolaanstra\@gmail.com",
Subject : "BMI Results",
Body : "Hi " + name + ",\\n Your BMI result says that \\"" + result + "\\"\\r\\nYour BMI is " + bmi
Body : "Hi " + name + ",\\n Your BMI result says that \\"" + result + "\\"\\r\\n" + bmi
}).then(
function(message) {
console.log("Email Status: " + message);
Expand Down

0 comments on commit 364d185

Please sign in to comment.