Email Library smtp_auth Issue |
|||
|---|---|---|---|
| Date: | 05/31/2008 | Severity: | Minor |
| Status: | Resolved | Reporter: | Too Pixel |
| Version: | 1.7.0 SVN | ||
| Keywords: | Libraries, Email Class | ||
| Forum Thread: | http://codeigniter.com/forums/viewthread/80776/ | ||
Description
The “_smtp_auth” variable is only set if the username and password has been passed to the contructor, not if its passed to the “initialize” method as can be expected.
See forum thread for details
Expected Result
Actual Result
Comment on Bug Report
| Posted by: sophistry on 31 May 2008 2:46pm | |
|
|
this description is inaccurate. the bug can be better described as: the private class variable _smtp_auth is only set in the constructor (based on smtp_user and smtp_pass being set in config array param), it is not set in the initialization method. this is unexpected behavior. cheers. |
