MailSlurp SDKs for Swift and Objective C
Objective C email library. Email account API for Swift and ObjC development
Table of contents
- Get started
- Connect via SMTP
- Swift examples
- REST API alternative
Create real email addresses for iOS and Mac using MailSlurp's SDKs for Swift and Objective C.
Get started
Connect via SMTP
Use any SMTP library to connect to MailSlurp's [SMTP server settings] using your SMTP username and password.
Protocol | Host | Port | TLS | Description |
---|---|---|---|---|
SMTP | mx.mailslurp.com | 2525 | false | SMTP server |
IMAP | mailslurp.click | 1143 | false | IMAP server |
Swift examples
If you already use ObjC in your project try using the Swift Client for a more fluid API.
REST API alternative
Instead of using an objective C library consider calling the MailSlurp REST API using any HTTP client