Subversion Repositories SmartDukaan

Rev

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

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