iphone - Sending a mail without using MFMailComposeViewController -


i'm trying create contact form , given feedback should have send through configured mail address.but main concern sending feedback without using mfmailcomposeviewcontroller compose view.i need know whether it's possible send feedback mail clicking "submit" button without pop default mail compose view(mfmailcomposeviewcontroller).

many help.

for sending mail messages ios without integrated

mfmailcomposeviewcontroller

you have have mail client on ios, big work, , best way it, sending mail message server , send recived mail server. becouse sending mails server more easier sending ios.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -