문제

I want to have a way that people can send me suggestions through the app via email (Without Database and php). I thought that i could have just a couple text field for the name,email adresse, subject and the message itself then code it in order to send those datas to my email but i can't find a way to do it... Is there an easy way to create a contact form? Is it possible even ?

도움이 되었습니까?

해결책

Keep it simple to begin with. If you want to send an e-mail, just use MFMailComposeViewController and add a subject and a little body txt (and the recipient obviously).

Later, you can add other interfaces, but, any kind of contact form would usually be implemented by calling to your server rather than sending an e-mail (i.e. to a php page on your server).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top