Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LoginOption

possible options for a login into a SMTP server
either DISABLED, OPTIONAL, REQUIRED or XOAUTH2

DISABLED means no login will be attempted

NONE means a login will be attempted if the server supports in and login credentials are set

REQUIRED means that a login will be attempted if the server supports it and the send operation will fail otherwise

XOAUTH2 means that a login will be attempted using Google Gmail Oauth2 tokens

Index

Enumeration members

Enumeration members

DISABLED

DISABLED:

NONE

NONE:

REQUIRED

REQUIRED:

XOAUTH2

XOAUTH2:

Generated using TypeDoc