sending image in a faceless email
- by anurag
I am trying to send a faceless(without showing the interface)email by using the code below:
I also want to attach an image to this email
can anybody suggest is it possible???
(void) sendEmailTo:(NSString *)toStr withSubject:(NSString *)subjectStr withBody:(NSString *)bodyStr
{
NSString *emailString=[[NSString alloc]…