Skip to content

ProvidersExamples

Nilson Lazarin edited this page Mar 13, 2024 · 1 revision

To use the GMail service, you you need 2-Step Verification on your Google Account[1]. After that, you need proceed the two bellow configurations:

  1. Create a new APP password in your Google Account Panel[2].
  2. Enable IMAP conection[3].
/* Initial goals */
!googleMail.

/* Plans */
+!googleMail <-
    mailer.credentials("YOUR-GMAIL-NAME@gmail.com","THE APP PASSWORD");
    mailer.eMailService(["imap.gmail.com",imaps],["smtp.gmail.com",smtpOverTLS]).

You aren't using IMAPS or SMTPOverTLS?

Case your e-mail provider don't use the protocols IMAPS or SMTPOverTLS, you can try use the advanced options. See more in Advanced Internal Actions

Clone this wiki locally