Skip to content

sending e-mail #56

@hucki

Description

@hucki

To test the eMail function, you can follow these steps:

  • create an account at etherial
    • no registration needed, just click one button and you get all login credential
  • the emails are only send to this portal, so you can use whatever recipient

edit SendEmail.js to set secure: false in let transporter = odemailer.createTransport
-> this sets communication to STARTTLS instead of TLS

edit .env (server) to SMTP credentials from etherial:

GMAIL_USER=Username
GMAIL_PASSWORD=Password
GMAIL_FROM=Username
GMAIL_TO=Username
GMAIL_HOST=smtp.ethereal.email
GMAIL_PORT=587

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationserverIssues regarding server / backendtestTesting task

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions