Questions tagged [skpsmtpmessage]
10 questions
3
votes
2 answers
Is there a library "SKPSMTPMessage" for Swift?
Is there any SKPSMTPMessage library to use in Swift? earlier i have used this tutorial which is in objective - c. What I want to do is send a mail in background using Swift.

Nisha
- 354
- 2
- 19
2
votes
1 answer
skpsmtpmessage sending email function is not working correctly?
So I downloaded the skpsmtpmessage pod and installed it to my project. I have a file called MailSender in the project that looks like:
import Foundation
import skpsmtpmessage
class MailSender: NSObject, SKPSMTPMessageDelegate {
static let…

nickcoding
- 305
- 8
- 35
2
votes
1 answer
How to use skpsmtpmessage?
Im trying implement an email functionality in my app without presenting a modal view. Many people have suggested using skpsmtpmessage library. Iv downloaded this library and started a new project with it just to test it, but im not having any idea…

Nathan
- 359
- 1
- 7
- 17
2
votes
1 answer
No HardCoded "fromEmail" (Sender) in SKPSMTPMessage
I have been trying to use SKPSMTPMessage library.Although i have not yet succeeded would anyone let me know how i do not require to hardcode the sender of the mail.
What i have seen is we need to hardcode the sender in order to send the mail in…

iCodeAtApple
- 466
- 5
- 16
1
vote
1 answer
Sending email to 2 recipients using SKPSMTPMessage
I used SKPSMTPMessage in my iPhone application. Problem is with multiple recipients. I just need to send email to two recipient.
I'm using the following code:
-(void)sendEmail {
// create soft wait overlay so the user knows whats going on in the…

Mann
- 5,477
- 6
- 45
- 57
1
vote
1 answer
s/mime signed message cannot be open by outlook
I need to digitally sign email using s/mime. I've created a detached signature for my attachment but outlook can't open it: "Cannot open this item. Your Digital ID name cannot be found by the underlying security system". Certificate is installed on…

Andrey
- 65
- 1
- 8
1
vote
0 answers
skpsmtp can not implement on my project
So, I want to send email inside my app, but when I import skpsmtp, there are just tones of errors, I added -ObjC flag, imported CFNetwork.framework, but I just got a lot of errors from ARC, is there any decent way to solve this problem?

Michael Yuxi Dong
- 181
- 3
- 11
1
vote
1 answer
Attach a video in SKPSMTPMessage
I have a VideoClip.mp4 stored in my documents directory in my app. I can successfully send an email with SKPSMTPMessage, (email, subject, body, ect.) but I am having trouble attaching the video. I have already searched around a lot, but I will…

Szwedo
- 354
- 1
- 3
- 15
0
votes
2 answers
Encode HTML in SMTP Message
I am new to trying the SMTPClient and would like to send a HTML formatted email to customers. The email message instead contains all the tags and not a formatted document. This is my code:
public void SendMailMessage(string FromAddress, string…

user2816714
- 67
- 3
- 9
0
votes
1 answer
SKPSMTPMessage library
I am getting the error you see in the photo when I import the SKPSMTPMessage library:
The point is that I have no idea what it means. I have done a clean, I have added the files under the Compile Sources, and I have added the CFNetwork framework.…

Alessandro
- 4,000
- 12
- 63
- 131