Skip to content

Commit b249d3f

Browse files
authored
Update form-to-email.php
1 parent bde2686 commit b249d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

form-to-email.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
2+
33
$subject = "This is subject";
44

55
$message = "<b>This is HTML message.</b>";
@@ -17,4 +17,4 @@
1717
}else {
1818
echo "Message could not be sent...";
1919
}
20-
?>
20+
?>

0 commit comments

Comments
 (0)