aoktox / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

Support for SMTP auth #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi

Currently, when "SMTP Email Server Address" is not empty, pwm will send email 
notification with no auth. This prevents using SMTP servers which requires 
users to authenticate before sending mail. Attached patch adds username and 
password fields to basic configuration (defaults: empty) and allows using SMTP 
auth if both of them is not empty.

Please review and advice if I did something wrong.

What version of PWM are you using?
Applied and tested with svn r222

What ldap directory and version are you using?
Openldap 2.4.23

Original issue reported on code.google.com by erdem.ba...@gmail.com on 10 Aug 2011 at 1:17

Attachments:

GoogleCodeExporter commented 9 years ago
committed in svn revision 227.  Thanks for contributing!

Original comment by jrivard on 13 Aug 2011 at 5:37