Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delphi XE2/FireMonkey Email Creation

We are writing an application in Delphi XE2/Firemonkey for IOS (to run on an IPad) We need to be able to create an email witn an attachment from within the application. We have tried to use the Indy components but they do not work on IOS. Is there anyway we can do this in Delphi or do we have to resort to writing the app in Xcode?

like image 748
Paul Jones Avatar asked Oct 06 '11 14:10

Paul Jones


3 Answers

Indy doesn't work on iOS. See this SO question.

There's a thread on the Embarcadero Delphi Firemonkey forums about this very topic. In it, it's suggested you use the iOS MessageUI framework, and refers to this SO question for an example.

like image 160
Ken White Avatar answered Oct 14 '22 04:10

Ken White


Sending an email from an iOS FireMonkey application

http://blogs.embarcadero.com/ao/2011/10/04/39133

like image 45
Francis Lee Avatar answered Oct 14 '22 04:10

Francis Lee


Delphi xe4 has all Indy components working both win32 /iOS platform.

like image 31
Asi Azulay Avatar answered Oct 14 '22 05:10

Asi Azulay