- Home
- Products
- Purchase
Order Online Ordering Info Resellers - Download
- Support
Request Support Live Chat Knowledge Base Web Forum Online Documentation FAQ Tutorials - Services
Installation Data Migration Integration Product Customization Custom Software Development - Community Editions
- Contact Info
MailBee SMTP Component
Allows your applications or ASP web pages to create and send email messages over SMTP protocol just in a few lines of code
Current version: 5.8.5
Last update: 30 Apr 2010
Clients Say:
-
“Actually it seems that MailBee SMTP does just about everything I will need (nice job).”
Steve Taylor
Clients
Development Services
Engage our developers when you require services above and beyond product support, such as:MailBee SMTP is an easy to use component for creating and sending email messages over SMTP protocol. It supports creating bothplain-text and HTML-formatted messages with attachments and inline objects (including automatic alternative body creation, automatic scanning and adding attachments for specified HTML source and more). SMTP authentication (both plain and secure) is also supported.
Like all other MailBee components, MailBee SMTP can be extended with MailBee SSL/SMIME Component. This will enable full support of SSL/TLS connections (for instance, you can send to GMail) and S/MIME.
MailBee SMTP object can be extended with external MailBee Message Queue system to enable message queuing which can noticeably improve performance of email sending applications or web pages. If your mail server is IIS SMTP, you can submit messages directly into its queue for even better performance.
No knowledge of SMTP, SSL, MIME and S/MIME is required.
MailBee SMTP can send messages previously downloaded using POP3 or IMAP4 components or any other MIME-compliant messages. Nothing gets saved to disk until the developer explicitly requests it.
Features
SMTP Object |
MailMessage Object |
What's new |
- Can send any Message object to SMTP server
- Can send messages to IIS SMTP queue or MailBee Message Queue (MMQ) system instead of direct sending to SMTP server. Queuing allows SMTP component to operate very quickly because messages are actually delivered in a background ("fire and forget" delivery)
- Supports ESMTP authentication, including secure authentication methods (CRAM-MD5, NTLM, MSN) during connection to SMTP server
- Can relay (blind-forward) messages stored in disk files (RelayMessage method)
- Supports creating plain-text and HTML messages. For HTML messages, HTML Import option is available (it allows you to export HTML files with embedded graphics, style-sheets, etc with a single line of code)
- Supports non-standard text body parts such as calendar items
- Provides method to add custom MIME-headers (AddHeader method)
- Supports unlimited number of attachments
- Supports international headers, attachment names, bodies, etc.
- Can preserve original formatting of plain-text keeping long lines unwrapped but still providing compatibility with MIME rules (BodyEncoding property)
- Includes method MakeAltBody to create plain-text version of HTML body if plain-text version is not available
- Supports logging SMTP session into a file
- Supports event mechanism to track send progress (and abort sending if needed)