Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SMTP_SKIP_SSL_VERIFY #1955

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

natcoso9955
Copy link

Description
When using a local smtp server with postfix and a self signed cert, SSL/TLS fails due to certificate verification. This change adds the ability to skip ssl certificate verification as part of the smtp server connection.

Fixes # (issue)

Changes
Include a brief summary of changes...

  • Adds the SMTP_SKIP_SSL_VERIFY config option to skip ssl verification

Screenshots
If it's a UI change add screenshots to demonstrate changes.

Checklist

  • Pull request is limited to a single purpose
  • Code style/formatting is consistent
  • All existing tests are passing
  • Added new tests related to change
  • No unnecessary whitespace changes

Collaboration
When a user creates a pull request from a fork that they own, the user
generally has the authority to decide if other users can commit to the
pull request's compare branch. If the pull request author wants greater
collaboration, they can grant maintainers of the upstream repository
(that is, anyone with push access to the upstream repository) permission
to commit to the pull request's compare branch

See https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork

Added SSL Certificate Verification bypass option.
Added SMTP_SKIP_SSL_VERIFY
Copy link

vercel bot commented May 9, 2024

@natcoso9955 is attempting to deploy a commit to the Nick Satterly's projects Team on Vercel.

A member of the Team first needs to authorize it.

@hyberdk
Copy link
Contributor

hyberdk commented May 28, 2024

Hi @natcoso9955

it looks like linting is failing, could you fix that.. then I dont see why it cannot be merged into master.

@natcoso9955
Copy link
Author

@hyberdk Fixed, didnt realise i had extra tabs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants