Subversion Repositories SmartDukaan

Rev

Rev 14509 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14509 Rev 20416
Line 26... Line 26...
26
        'from' => array('help@profitmandi.com' => 'Admin at ProfitMandi'),
26
        'from' => array('help@profitmandi.com' => 'Admin at ProfitMandi'),
27
        'host' => 'smtp.sendgrid.com',
27
        'host' => 'smtp.sendgrid.com',
28
        'port' => 587,
28
        'port' => 587,
29
        'timeout' => 30,
29
        'timeout' => 30,
30
        'layout' => 'default',
30
        'layout' => 'default',
31
        'username' => 'euser',
31
        'username' => 'apikey',
32
        'password' => 'shop2020',
32
        'password' => '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',
33
    );
33
    );
34
 
34
 
35
    public $smtp = array(
35
    public $smtp = array(
36
        'transport' => 'Smtp',
36
        'transport' => 'Smtp',
37
        'from' => array('help@profitmandi.com' => 'Admin at ProfitMandi'),
37
        'from' => array('help@profitmandi.com' => 'Admin at ProfitMandi'),
38
        'host' => 'smtp.sendgrid.net',
38
        'host' => 'smtp.sendgrid.net',
39
        'port' => 587,
39
        'port' => 587,
40
        'timeout' => 30,
40
        'timeout' => 30,
41
        'layout' => 'default',
41
        'layout' => 'default',
42
        'username' => 'euser',
42
        'username' => 'apikey',
43
        'password' => 'shop2020',
43
        'password' => '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',
44
        'client' => null,
44
        'client' => null,
45
        'log' => false,
45
        'log' => false,
46
        'tls' => false,
46
        'tls' => false,
47
        'sendAs' => 'html',
47
        'sendAs' => 'html',
48
        //'charset' => 'utf-8',
48
        //'charset' => 'utf-8',