Contact Form for User Profile
问题 I been struggling of thinking of a way to complete this function. Currently I have a user with a profile. And a general Contact form model that is table-less and doesn't save anything to the database. My goal is to have a general contact form, In which I can link a contact button on a individual user profile. That contact form when submitted will be sent to the user email specified in the profile attribute. So for example the profile has a field t.string contact_email. Currently I have the