Dylan Sather (Pipedream) : Hi , take a look at the nodemailer package - it allows you to send email using your own account on email providers like Outlook and Gmail.
Add a new step, select the option for Search all actions, and search for “nodemailer” - you’ll see the Send email with Nodemailer action, which wraps the Nodemailer sendEmail
method. See this example workflow.
You’ll just need to find the details of your mail server (its SMTP host, port - normally 587 - etc.)
Let me know if that helps!