Skip to content

Commit c7ece35

Browse files
authored
Merge pull request #97 from ALX-SE-Algorithmia/Algorithmia-SE-2023-patch-1
Email Sending
2 parents e394ed4 + 5458936 commit c7ece35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ <h1>Contact <b>Us</b></h1>
363363
Username: 'algorithmiasecollaborators@gmail.com',
364364
Password: '704616A958BE547C2147765142FFDC479F8D',
365365
To: 'algorithmiasecollaborators@gmail.com',
366-
From: email,
366+
From: 'algorithmiasecollaborators@gmail.com',
367367
Subject: 'Contact Form Submission from ' + firstname + ' ' + lastname,
368368
Body: '<strong>Name:</strong> ' + firstname + ' ' + lastname + '<br><br><strong>Email:</strong> ' + email + '<br><br><strong>Phone Number:</strong>: ' + phone + '<br><br><strong>Message:</strong> ' + messageBody
369369
}).then(

0 commit comments

Comments
 (0)