I have an iphone application in that I have to log in to gmail through my program and then from that account I have to send an email to application users automatiocally. I dont want to show the sending mail window to user. Please give some solution……….
Share
It can be done through webservices but it may not be a good idea to implement it.
I think your idea wont be very successful with iPhone environment as Apple wont approve your idea.
I think you will understand this better if you go through Apple’s Developer App Guidelines for iOS.
That is because while sending mail or to login into gmail you would require user’s permission and you cannot send email to user without his permission.
Hope this helps you