views:

198

answers:

1

Hi,

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.

+1  A: 

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.

Jeremy Petzold
Thanks for reply.can you please give some tutorial link to start with?
Jim