Mage_Adminhtml_Model_System_Config_Source_Email_Smtpauth Class Reference
List of all members.
Detailed Description
Definition at line 28 of file Smtpauth.php.
Member Function Documentation
Definition at line 30 of file Smtpauth.php.
00031 {
00032 return array(
00033 array('value'=>'NONE', 'label'=>'NONE'),
00034 array('value'=>'PLAIN', 'label'=>'PLAIN'),
00035 array('value'=>'LOGIN', 'label'=>'LOGIN'),
00036 array('value'=>'CRAM-MD5', 'label'=>'CRAM-MD5'),
00037 );
00038 }
The documentation for this class was generated from the following file:
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Email/Smtpauth.php