I get working skpsmtpmessage(http://code.google.com/p/skpsmtpmessage/). So I can send mail in foreground.
Now I wish to send send a mail by skpsmtpmessage in backgro
I solve it. Put into application information property list this entry:
<key>UIBackgroundModes</key> <array> <string>location</string> </array>