SMTP email application libraries
How to send email in CSharp, PHP, Ruby, Java, Python, and NodeJS using the SMTP protocol and MailSlurp mailservers.
MailSlurp provides unlimited disposable (or permanent) email inboxes that you can control using the dashboard, GraphQL, REST API, or SMTP. You can get SMTP or IMAP access details inside the dashboard or by using the API to get your credentials. See the guides below for more information.
Protocol | Host | Port | TLS | Description |
---|---|---|---|---|
SMTP | mx.mailslurp.com | 2525 | false | SMTP server |
IMAP | mailslurp.click | 1143 | false | IMAP server |
Featured
Ruby send SMTP email
How to use Ruby SMTP client to send email with the MailSlurp mail servers
Send SMTP email with Java
How to use Java SMTP client to send email with MailSlurp mail server on the JDK
Send SMTP email with Python (using SMTPLib)
How to send emails with Python's built-in SMTP client and MailSlurp mail servers.
Send SMTP emails with PHP
Use PHPMailer to send emails with SMTP and MailSlurp
Send emails in NodeJS using SMTP
How to use Javascript SMTP client (or Nodemailer) to send email with MailSlurp mail server
Other
CSharp send SMTP email
How to use CSharp SMTP client to send email with MailSlurp mail server