Subversion Repositories SmartDukaan

Rev

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

Rev 21012 Rev 21013
Line 47... Line 47...
47
	'emailsCrm' => array(
47
	'emailsCrm' => array(
48
        'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
48
        'from' => array('noreply@profitmandi.com' => 'ProfitMandi Admin'),
49
        'to' => 'rajneesh.arora@shop2020.in',
49
        'to' => 'rajneesh.arora@shop2020.in',
50
        'cc' => array('himanshu.pandey@shop2020.in','ritesh.chauhan@shop2020.in','amit.gupta@shop2020.in')
50
        'cc' => array('himanshu.pandey@shop2020.in','ritesh.chauhan@shop2020.in','amit.gupta@shop2020.in')
51
    ),
51
    ),
52
    'activation_code_crm '=> 'CRMAUTOCODE';
52
    'activation_code_crm' => 'CRMAUTOCODE',
53
);
53
);
54
54