Subversion Repositories SmartDukaan

Rev

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

Rev 20096 Rev 20097
Line 32... Line 32...
32
		
32
		
33
		$Email = new CakeEmail();
33
		$Email = new CakeEmail();
34
		$Email->config('smtp')
34
		$Email->config('smtp')
35
		->from(array('help@profitmandi.com' => 'Admin at ProfitMandi'))
35
		->from(array('help@profitmandi.com' => 'Admin at ProfitMandi'))
36
		->to('utkarsh@coreoutsourcingservices.com')
36
		->to('utkarsh@coreoutsourcingservices.com')
37
		->cc('shailesh.kumar@shop2020')
37
		->cc('shailesh.kumar@shop2020.in')
38
		->bcc('amit.sirohi@shop2020.in')
38
		->bcc('amit.sirohi@shop2020.in')
39
		->attachments(array(
39
		->attachments(array(
40
				'callhistory.csv' => array(
40
				'callhistory.csv' => array(
41
						'file' => 'callhistory.csv',
41
						'file' => 'callhistory.csv',
42
						'mimetype' => 'text/csv',
42
						'mimetype' => 'text/csv',