rohmann / global-smtp

WordPress Global SMTP
62 stars 27 forks source link

Authentication-less mails #16

Closed syphernl closed 4 years ago

syphernl commented 8 years ago

It appears this plugin has a hard requirement for username/password authentication (since SMTPAuth is explicitly to true) but this may not work in all situations.

It would be better if this was an option, since there may be mail relays who employ other means of validating access (e.g. IP whitelists) and wouldn't work with SMTP Auth.

enricodeleo commented 8 years ago

It's a fork of a fork but here https://github.com/Surbma/wp-global-smtp/pull/1 I made a pull request just for this very issue.