Hi I’m using MFMailComposer to send mail in my application, where i’m attaching an image and in body html content is there and finally i’m adding Thanks,Regards message to mail but all the text content including thanks,Regards is coming as one set then followed by my image attachment then sent from my iPhone signature text is coming.
I want to place thanks,regards text before sent from my iPhone signature text,how can i achieve this?
Hi I’m using MFMailComposer to send mail in my application, where i’m attaching an
Share
I have used NSData+Base64 by Matt Gallagher for converting image into base64 so add in your project:
Firstly create emailBody like this:
Use like this
Credit goes to this answer.