monorepo
monorepo copied to clipboard
Add `ProfileEmailForm` form and SocialMedia/Phone/WhatsApp Links
Is your feature request related to a problem? Please describe.
As an admin, I want to be able to send an email to profiles easily in the dashboard.
I also want to be able to go to their social media profiles in a new tab (preferably in a small browser window).
Describe the solution you'd like
- [ ] Add new
ProfileContact
component in betweenObservations
andModelEditForm
. - [ ] The section contains
SocialButtons
andProfileEmailForm
Email form will contain onlytitle
andtext
fields. Use profile email as the receiver and[email protected]
as the sender. Sender email can be provided in the backend from theSMTP_USERNAME
env variable - [ ] Use existing
/contact/email
endpoint or create a new custom endpoint/profiles/email
Consider that/contact/email
may need recaptcha token