About Mailto Links
It is possible to predefine the dummy email subjects and bodies in the mailto:
links:
let subject = 'Feedback about Your Website!';
let body = `Hi, Aidas!
I checked your website and it looks _____.`;
let mailto_url = `mailto:hello@example.com?` +
`subject=${encodeURIComponent(subject)}&` +
`body=${encodeURIComponent(body)}`;
window.open(mailto_url, '_blank');
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent app
For Django websites that use cookies.
Django App for You