Can't sent csv file attachment with mail
I have used the MFMailComposeViewController to send the generated report(csv). Now mail is sent to To:email id, & but when i checked the mails i did received the mail but attachment was not there. Then I also tried MailComposer example : https://developer.apple.com/iphone/library/samplecode/MailComposer/index.html in which the png image is attached to mail demo. I also sent mail using that app, But same result image attachment is not delivered. Help, to find what's the problem? Thanks in advance. Here is code in that app : MFMailComposeViewController *picker = [[MFMailComposeViewController