Last updated 1 month ago
Email sent successfully
"Email sent successfully!"
const response = await fetch('/email/send', { method: 'GET', headers: {}, }); const data = await response.json();
Email sent successfully!