diff --git a/contact-form.js b/contact-form.js index ce8f879..4a790a3 100644 --- a/contact-form.js +++ b/contact-form.js @@ -38,7 +38,7 @@ document.addEventListener('DOMContentLoaded', function() { // Construct the mailto link const subject = `Support Ticket #${ticketNumber}`; const body = `Name: ${name}%0AEmail: ${email}%0AMessage:%0A${message}`; - const mailtoLink = `mailto:example@example.com?subject=${subject}&body=${body}`; + const mailtoLink = `mailto:info@photofuel.tech?subject=${subject}&body=${body}`; // Open the default mail client window.location.href = mailtoLink; diff --git a/contact.html b/contact.html index 12ff0d7..5e61502 100644 --- a/contact.html +++ b/contact.html @@ -36,7 +36,6 @@

Contact Us

-

This contact form has an invalid mail until our mailserver is configured