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.

ProtocolHostPortTLSDescription
SMTPmx.mailslurp.com2525falseSMTP server
IMAPmailslurp.click1143falseIMAP 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