diff --git a/contact-form.js b/contact-form.js index 4a790a3..ce8f879 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:info@photofuel.tech?subject=${subject}&body=${body}`; + const mailtoLink = `mailto:example@example.com?subject=${subject}&body=${body}`; // Open the default mail client window.location.href = mailtoLink; diff --git a/contact.html b/contact.html index 5e61502..12ff0d7 100644 --- a/contact.html +++ b/contact.html @@ -36,6 +36,7 @@

Contact Us

+

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