Skip to content

SMTP extra options #146

Description

@sebastianlau

Currently swiftmailer tries to HELO as [::1] causing a rejection, it'd be good if server_name could be specified in .env which consequently runs $transport->setLocalDomain($server_name);

Additionally, settings for sender address and an email_base_url would be very useful to set in .env as emails are sent as BookStack mail@bookstackapp.com, and if a reverse proxy is in place the email url contains incorrect/internal links (e.g. http://localhost:8080/password/reset/......)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions