Subversion Repositories SmartDukaan

Rev

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

Rev 20097 Rev 20306
Line 31... Line 31...
31
		
31
		
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')
-
 
37
		->cc('shailesh.kumar@shop2020.in')
36
		->to('amit.sirohi@shop2020.in')
38
		->bcc('amit.sirohi@shop2020.in')
37
		->cc('ritesh.chauhan@shop2020.in')
39
		->attachments(array(
38
		->attachments(array(
40
				'callhistory.csv' => array(
39
				'callhistory.csv' => array(
41
						'file' => 'callhistory.csv',
40
						'file' => 'callhistory.csv',
42
						'mimetype' => 'text/csv',
41
						'mimetype' => 'text/csv',
43
						'contentId' => 'my-unique-id'
42
						'contentId' => 'my-unique-id'