heart Posts from the community...
Story
@idjuric660 shared a post, 1Ā year ago
Technical Content Writer, Mailtrap

Node.js Contact Form: How to Create One, Validate Data, and Send Emails

In this step-by-step tutorial, I’ll show you how to create a Node.js contact form, give it a personal touch, retrieve and validate data from it, and then send emails through the form via SMTP or API.

Note: you’ll need Node.js 6+ or any version released since May 2018 installed on your machine for the provided code snippets to work.

Node.js-Contact-Form_GREEN-BG-1029x540
Story Trending Mailtrap Team
@idjuric660 shared a post, 1Ā year, 1Ā month ago
Technical Content Writer, Mailtrap

Office 365 SMTP: Setup and Configuration Explained

In this guide, I dive deep into the ins and outs of Office 365, showing you what it’s best used for and how to configure it, while also providing you with some actual examples. What is an Office 365 SMTP server? SMTP, orSimple Mail Transfer Protocol, is an internet standard protocol responsible for ..

Story
@idjuric660 shared a post, 1Ā year, 1Ā month ago
Technical Content Writer, Mailtrap

Developer’s Guide on JavaScript Email Validation: Client & Server-Side Methods Covered

In web development, email validation in JavaScript rules the game. Be it form validation, or a sign-up sequence email validation, you need to be sure users type the right thing.Ā 

Here, I cover JavaScript email validation front-end and back-end (server-side). And this ā€œfull-stackā€ tutorial is geared towards beginners, but there are also nuggets of wisdom for more advanced users.Ā 

As always, there are JavaScript code snippets you can easily copy-paste to your project.Ā 

JavaScript-Email-Validation_FOR-BLUE-BG-1029x540
loading...