[sourcecode language="html"]
<a href="mailto:you@yourdomain.com?subject=Your Subject&body=Message for the body">you@yourdomain.com</a>
[/sourcecode]
Showing posts with label mailto. Show all posts
Showing posts with label mailto. Show all posts
Wednesday, December 26, 2012
Subscribe to:
Posts (Atom)
How to enable CORS in Laravel 5
https://www.youtube.com/watch?v=PozYTvmgcVE 1. Add middleware php artisan make:middleware Cors return $next($request) ->header('Acces...
-
Today we are going to build another restful web service in eclipse using gson library. When client makes a request, the application queries ...
-
To import Excel data, first you need to have a Excel reader. It should be accurate enough to interpret Excel data as expected. There 's ...