Hi,
How can i send mail on iphone and make a newsletter subscription?
Thanks.
Hi,
How can i send mail on iphone and make a newsletter subscription?
Thanks.
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.