Sending e-mails (SMTP)
| Troubleshooting | Solving typical problems of e-mail sending. |
| Simple e-mail | Sending a simple plain-text e-mail. |
| HTML e-mail | Sending an HTML-formatted e-mail. |
| HTML e-mail from a file | Sending an HTML e-mail exported from an HTML file. |
| Adding attachments | Sending an e-mail with an attachment. |
| Embedding images and files | Sending an e-mail with embedded pictures, sounds, scripts and style-sheets. |
| Adding custom headers | Sending an e-mail with user-defined headers. |
| Advanced e-mail | Sending a complex e-mail with multiple bodies, attachments and recipients. |
| International e-mail | Sending an e-mail with UTF-8 body and international characters in the subject. |
| SMTP Authentication | Sending an e-mail through the SMTP server that requires senders to authenticate themselves. |
| Mail merge and bulk e-mail (Simple) | Sending multiple personalized e-mails using database as a source of recipients info. |
| Mail merge and bulk e-mail (Advanced) | Sending multiple personalized e-mails with attachments using database as a source of recipients info. |
| Mail merge and bulk e-mail (Queuing) | Queuing multiple e-mails for background delivery with MailBee Message Queue or MailBee.NET Queue. |
| Forwarding message | Taking an e-mail from the POP3 account and resending it to another recipient. |
| Redirecting message | Taking an e-mail from the POP3 account and redirecting it to another recipient, leaving the original recipients in the message headers. |
| Bounced messages (SMTP part) | Sending an e-mail in a way to allow tracking bounced mails. |
| Handling events | Tracking the progress of e-mail sending and making user interface responsive while communicating with the SMTP server. |
| OAuth 2.0 authentication | Using OAuth 2.0 (XOAUTH2) to send email. |