I'm designing a website, I want to display and email address on the website. Now on many websites, you can click on the email address and either outlook, gmail or whatever client will popup with the email address pre-inserted into that mail client. Other pages let you type your email content inside the web page and send the email to the email address on the website via some mail server. I know you can use Swift mailer with php for that...
Now what are some standard practices? Also, is it possible to detect whether a user is signed in into gmail (for example) and subsequently opening the web site email address inside a new mail as a recipient for him/her?
Thank you