[MojoMojo] SMTP mail settings (tried both localhost
	and	mailserver) in mojomojo.conf
    Diego Kuperman 
    diego at freekeylabs.com
       
    Thu Jan 28 06:54:03 GMT 2010
    
    
  
On 1/28/10 3:34 AM, Larry Marso wrote:
> I believe I've already tried exactly that.  Didn't work.
> 
> On Thu, Jan 28, 2010 at 03:27:41AM -0300, Diego Kuperman wrote:
>> <View::Email>
>>     <sender>
>>         mailer SMTP
>>         <mailer_args>
>>             host 192.168.4.2
>>         </mailer_args>
>>     </sender>
>> </View::Email>
>
Hm!, weird... I just tested using Config::General and it dumps just the
same as before:
$VAR1 = {
    'View::Email' => {
        'sender' => {
             'mailer' => 'SMTP',
             'mailer_args' => {
                 'host' => '192.168.4.2'
            }
        }
    }
};
-dk
    
    
More information about the Mojomojo
mailing list