User Profile

Collapse

Profile Sidebar

Collapse
AlexandraMT
AlexandraMT
Last Activity: Apr 29 '22, 01:02 PM
Joined: Mar 24 '22
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • AlexandraMT
    started a topic Sending & Testing Emails with Ruby
    in Ruby

    Sending & Testing Emails with Ruby

    Let’s say you have a working Ruby app and need to add an email delivery functionality to it. This could be related to user authentication, or any other kind of transactional emails, it makes no difference. This tutorial is tailored is aimed at helping you implement sending emails with Ruby.

    Options for sending an email in Ruby

    Mostly, you can pick one of the three options.

    The simplest one is using...
    See more | Go to post

  • AlexandraMT
    started a topic How to Send an Email with Nodemailer

    How to Send an Email with Nodemailer

    Nodemailer creators say that it makes sending an email a piece of cake. Let’s see if they are talking about cooking or eating 🙂 The idea of this article is to explain how to use Nodemailer for email sending. We will focus mainly on SMTP and HTML aspects but will also do an overview of all Nodemailer capabilities. Besides, this tutorial will help you prepare and test email messages to send out with your Node.js application.

    How to use...
    See more | Go to post
    Last edited by Niheel; Apr 12 '22, 12:10 AM. Reason: Removed promotional links.
No activity results to display
Show More
Working...