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 option to allow insecure SSL #60

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

Conversation

lainme
Copy link

@lainme lainme commented May 26, 2023

Update Mailer to latest version with insecure SSL connection allowed, modify getTo() function to make it compatible with latest Mailer, and add option to allow insecure SSL connection in Dokuwiki. Fix #32

lainme added 6 commits May 26, 2023 17:06
af82e9a Update README.md
7d9a245 Merge pull request splitbrain#32 from lainme/master
b1bf14d Allow insecure ssl connection
e09f9a1 Merge pull request splitbrain#25 from Borian23/master
2a63e44 Set reply-to
ecee529 Merge pull request splitbrain#24 from txthinking/updates
55ccc4d explicitly set protocols on 'tls' connection
c0f0480 slightly updated phpunit, adjusted travis
49cd4e5 Merge pull request splitbrain#22 from Xylane/patch-1
2de137b Update Message.php
073c654 remove php5.6 test, next version will unsupport
09013cf support tlsv1.0 tlsv1.1 tlsv1.2
cf3af43 Merge pull request splitbrain#19 from joshtronic/feat_expand-tls
c375f9f feat(tls): expand tls options
648ca5a remove setTo,setAttachment fixed splitbrain#15
06a378f Merge pull request splitbrain#14 from Echosong/master
e95c7ab cli
3bbf157 update test from email
d243432 Merge branch 'vinkla-patch-2'
27001aa Merge branch 'patch-2' of git://github.com/vinkla/Mailer into vinkla-patch-2
c384252 Merge pull request splitbrain#12 from vinkla/patch-1
ba62b03 Ignore phpunit.xml locally
72aef58 Rename phpunit.xml to phpunit.xml.dist
f6ae003 Remove blankline
7cabdf3 Add .gitattributes
a5d9ebb support SASL AUTH OAUTHBEARER Mechanism. splitbrain#11
6d3e91a for non-ascii reply-to
364c937 Merge pull request splitbrain#10 from daemionfox/master
e7783dd Added reply-to
da10c0b readme
b0124f9 allow add cc and bcc
4dcaeda base64 encode subject
a5478de utf-8 base64 encode name
f372aa2 allow to send more persons who has same name, and love psr2
4746e50 add ci status
25d95e1 facebook/hhvm#1647
4943e69 fxied undefine variable
0708abd fixed for 5.3 syntax error in testing file and hhvm namespace function error
8b7bd57 add more sleeping
33b095a auto test
8c92f5a Merge pull request splitbrain#7 from splitbrain/mailtrap
574b664 Merge pull request splitbrain#8 from splitbrain/minorcleanup
9d029a0 do not send /etc/hosts in test mails
e8ff6d1 removed outdated param docs
a15e2d2 added missing PHPdocs
2253bdf send returns bool
3914f8a added travis config for automated tests
6acc17d run a SMTP test via TLS
1c2faeb run the exception test against localhost again
70e1674 adhere to limits
7d912a6 use mailtrap.io for testing
98cfc1f Merge pull request splitbrain#6 from splitbrain/tls
21624b3 fix TLS command
248353c Merge branch 'master' of github.com:txthinking/Mailer into ehlo
97331ad Merge branch 'splitbrain-master' into develop
543f35d update composer
85662a3 allow to set custom EHLO message

git-subtree-dir: subtree/txtthinking/Mailer
git-subtree-split: af82e9a
@lainme lainme changed the title Add option to allow insecure SSL #56 Add option to allow insecure SSL May 26, 2023
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.

Ability to ignore servers certificate woud be nice
1 participant