Subversion Repositories SmartDukaan

Rev

Rev 13714 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13714 Rev 14509
Line 9... Line 9...
9
        'password_reset_field' => 'password_reset',
9
        'password_reset_field' => 'password_reset',
10
        'username_field' => 'username',
10
        'username_field' => 'username',
11
        'email_field' => 'email',
11
        'email_field' => 'email',
12
        'email_layout' => 'default',
12
        'email_layout' => 'default',
13
        'password_field' => 'password',
13
        'password_field' => 'password',
14
        'from' => "admin@profittill.com",
14
        'from' => "help@profitmandi.com",
15
        'layout' => 'default',
15
        'layout' => 'default',
16
        'welcome_subject' => 'Welcome to Profittill.com %username%!',
16
        'welcome_subject' => 'Welcome to ProfitMandi.com %username%!',
17
        'activation_subject' => 'Activate Your Profittill.com Account %username%!',
17
        'activation_subject' => 'Activate Your ProfitMandi.com Account %username%!',
18
        'sendAs' => 'text',//html
18
        'sendAs' => 'text',//html
19
        'activation_template' => 'activate',
19
        'activation_template' => 'activate',
20
        'welcome_template' => 'welcome',
20
        'welcome_template' => 'welcome',
21
        'password_reset_template' => 'forgotten_password',
21
        'password_reset_template' => 'forgotten_password',
22
        'password_reset_subject' => 'Password Reset Request',
22
        'password_reset_subject' => 'Password Reset Request',
23
        'new_password_template' => 'recovered_password',
23
        'new_password_template' => 'recovered_password',
24
        'new_password_subject' => 'Your new Password',
24
        'new_password_subject' => 'Your new Password',
25
        'transport' => 'Smtp',
25
        'transport' => 'Smtp',
26
        'from' => array('admin@profittill.com' => 'Admin at Profittill'),
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' => 'euser',
32
        'password' => 'shop2020',
32
        'password' => 'shop2020',
33
    );
33
    );
34
 
34
 
35
    public $smtp = array(
35
    public $smtp = array(
36
        'transport' => 'Smtp',
36
        'transport' => 'Smtp',
37
        'from' => array('admin@hotbhojpuri.in' => 'Admin at Profittill'),
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' => 'shop2020',
42
        'username' => 'euser',
43
        'password' => 'ShXC1HNT1JlbmrX0c1uBDQ',
43
        'password' => 'shop2020',
44
        'client' => null,
44
        'client' => null,
45
        'log' => false,
45
        'log' => false,
46
        'tls' => false
46
        'tls' => false,
-
 
47
        'sendAs' => 'html',
47
        //'charset' => 'utf-8',
48
        //'charset' => 'utf-8',
48
        //'headerCharset' => 'utf-8',
49
        //'headerCharset' => 'utf-8',
49
    );
50
    );
50
}
51
}