Join us

heartPosts from the community tagged with WebDev...
Story Mailtrap Team
@sofiatarhonska shared a post, 2 years, 9 months ago
Mailtrap

Sending Emails with Node.js

Mailtrap's very own sending package! Mailtrap provides both sending and testing functionality, and we always aim at saving everyone time and ...

Ad
www.faun.dev shared an ad

#ad  #sponsored 
Story
@sofiatarhonska shared a post, 2 years, 9 months ago
Mailtrap

Sending HTML email in Python

Images, attachments, personalization, multiple recipients, HTML emails and sending via Gmail in one guide.

Dev Swag
@ByteVibe shared a product

127.0.0.1 Black - Developer / Programmer / Software Engineer / DevOps Poster

#developer  #merchandise  #swag 

👨‍🚀 ByteVibe, a space out of space 👨‍🚀 ─ ✅ Museum-quality poster✅ Made on long-lasting semi-glossy (silk) paper✅ Durable colors✅ Vibrant colors✅ Shipped in sturdy packaging protecting the poster✅ Envi...

Story Mailtrap Team
@sofiatarhonska shared a post, 2 years, 10 months ago
Mailtrap

Sending Emails with Node.js

Mailtrap's very own sending package! Mailtrap provides both sending and testing functionality, and we always aim at saving everyone time and ...

Story Mailtrap Team
@sofiatarhonska shared a post, 2 years, 10 months ago
Mailtrap

PHP Email Contact Form

We explain how to build a contact form in PHP, step-by-step. Email validation, reCaptcha, saving inputs to a database, and, of course, ...

Ad
www.faun.dev shared an ad

#ad  #sponsored 
Story Mailtrap Team
@sofiatarhonska shared a post, 2 years, 10 months ago
Mailtrap

How to Set up Nodemailer with Gmail

How to use Nodemailer with Gmail? Installing Nodemailer; Configuring a Gmail account; Setting up a transporter object and a message to be sent.

Story Mailtrap Team
@sofiatarhonska shared a post, 2 years, 10 months ago
Mailtrap

Sending HTML email with images in Java

To learn about Jakarta Mail basics, sending messages via an SMTP server and more options to consider head to the original tutorial about how to send email with attachement in Java on Mailtrap Blog.

To send an HTML email, you should perform the same steps as for sending a simple text message, with only SendHTMLEmail class instead of just SendEmail. Also, you need to set content to the MimeMessage.setContent(Object, String) and indicate text/html type.

To add an image to your HTML email in Jakarta Mail, you can choose any of three regular methods: CID, base64 image, or linked image.

To embed a CID image, you need to create a MIME multipart/related message:

Dev Swag
@ByteVibe shared a product

Desk Mat - Roar with confidence

#developer  #merchandise  #swag 

Apart from looking cool, these desk mats keep surfaces free from scratches and stains. Great for making spaces more organized with minimal effort. These mats have a smooth surface and a non-slip base....

Link
@freefullstack shared a link, 1 year, 6 months ago

10 uses for AI in Full Stack Development

Unleashing the Power of AI in Full Stack Development: Top 10 Strategies

Link
@freefullstack shared a link, 1 year, 6 months ago

The Navigation Bar component in Vue.js

Vue.js

Step-by-step guide to creating a simple Navigation Bar component in Vue.js

navigation-bar-component-free-full-stack