• Home
  • ANGULAR
  • JAVASCRIPT
  • ABOUT ME

Alex Arriaga

  • Home
  • ANGULAR
  • JAVASCRIPT
  • ABOUT ME
© 2025 Alex Arriaga

Tag: Mail

jQuery Web Development

How to send an email using JavaScript / jQuery and the mail client (it includes a PHP example)

Posted on August 9, 2013by alex-arriaga

When you are creating a web project and you need to send an email you could choose between two options: Server-side solution. I consider this is the best way to send an email because with this solution you can customize all as you need like: HTML, styles, attachments, etc. but it is more complicated because…