Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialEnemuo Felix
1,895 PointsMailto Form
I noticed that Guil's form differ from mine even though i used the exact syntax he used. His mailto form has To, cc, subject and from while mine has To, cc and subject. Is this as a result of the default email programs(Mac and Windows)?
Enemuo Felix
1,895 PointsThanks Dan Thomas I thought as much
1 Answer
Matt Brock
28,330 PointsHey Enemuo, did you make sure you included the query string at the end of the email address inside the href
attribute? Should look like this:
<a href="mailto:name@example.com?subject=Hello%20there">name@example.com</a>
Enemuo Felix
1,895 PointsThanks again matt. I by query symbol you mean the question(?) mark,then YES i included it. I just wondering how he got the "from" option
Dan Thomas
Courses Plus Student 1,611 PointsDan Thomas
Courses Plus Student 1,611 PointsIt may depend on the email client that you are using. I am using Mailbird and "from" is the first line.