I am trying to develop application to send mail using configured SMTP client rather than iPhone’s default MailController.
How can i implement this functionality? Is it possible to design such client?
Thanks,
Jim.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is possible, however, unless you want to develop your own implementation of the protocols and start opening TCP ports, etc, you might want to look into OSS tools that provide these features.
this might help you out.