epicgames-freegames-node
    Preparing search index...

    Class EmailConfig

    Configuration for sending notifications via email.

    Example Gmail settings.

    If you have 2FA setup for your Google account, you'll need to create an app password

    Index

    Properties

    Auth settings for SMTP

    emailRecipientAddress: string

    The recipient of the email (can be your email address)

    hello@gmail.com
    

    EMAIL_RECIPIENT_ADDRESS

    emailSenderAddress: string

    The sender of the email you will recieve (can be your email address)

    hello@gmail.com
    

    EMAIL_SENDER_ADDRESS

    emailSenderName: string

    The name of the email sender

    Epic Games Free Games
    

    EMAIL_SENDER_NAME

    secure: boolean = false

    true for SSL (port 465), false for TLS or unsecure

    true
    
    false
    

    SMTP_SECURE

    smtpHost: string

    The outgoing SMTP host name

    smtp.gmail.com
    

    SMTP_HOST

    smtpPort: number

    The outgoing SMTP port (SSL or TLS, see secure)

    587
    

    SMTP_PORT