Send Mail on iPhone

Hi,

How can i send mail on iphone and make a newsletter subscription?

Thanks.

http://www.icodeblog.com/2009/02/20/iphone-programming-tutorial-using-openurl-to-send-email-from-your-app/

This is how to send mail. The subscription probably requires a webservice, and a database. So you would hit a webservice from an NSURL object, POST their email address, store their address in a database. Then write a php script to send mails to all the addresses in the database.