Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sending email-Iphone simulator

I've create an application where the user is able to send some info to others via email. But how could i test this on simulator? Is there any way to do that?

like image 281
Nithin Avatar asked Dec 15 '09 11:12

Nithin


People also ask

How do you automate email on iPhone?

at the top of the Mailboxes list, then choose Preferences. Click Auto-Reply, select “Automatically reply to messages when they are received,” then type the message you want to send. Set an optional date range; the autoreply is active from the first day of the date range until the last. Click Done.

How do you enable simulation on iPhone?

To launch a Simulator without running an appChoose Xcode > Open Developer Tool > Simulator. Control-click the Xcode icon in the Dock, and from the shortcut menu, choose Open Developer Tool > Simulator.

Can we send push notification to iOS simulator?

Yes, that's true. I always wondered if I can send a Push Notification on iOS simulator instead getting a real device while developing applications. Simulator supports simulating remote push notifications, including background content fetch notifications.

Is push notification work on simulator?

“Simulator supports simulating remote push notifications, including background content fetch notifications. In Simulator, drag and drop an APNs file onto the target simulator.


3 Answers

It is not possible to send emails from the Simulator. You need to test this on a real device (iPhone/iPod touch).

like image 130
Benjamin Ortuzar Avatar answered Oct 14 '22 04:10

Benjamin Ortuzar


You cannot send mails through Simulator. Instead you can install the application in device and try from there.

Simulator just displays the composer but wont allow you to send mails. Sent Successfully is just the acknowledgment that your code is fine and there is no issue that terminates it while sending.

like image 2
Suresh Varma Avatar answered Oct 14 '22 06:10

Suresh Varma


Its not possible to send emails using simulator.

You need a real device to check it.

the notitification of message sent is just to tell user that the code is proper.

like image 1
Natasha Pant Avatar answered Oct 14 '22 04:10

Natasha Pant