Showing 20 open source projects for "emails"

View related business solutions
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • 1
    PHPMailer

    PHPMailer

    The classic email sending library for PHP

    PHPMailer – A full-featured email creation and transfer class for PHP. Support for UTF-8 content and 8bit, base64, binary, and quoted-printable encodings. SMTP authentication with LOGIN, PLAIN, CRAM-MD5, and XOAUTH2 mechanisms over SMTPS and SMTP+STARTTLS transports. Validates email addresses automatically. Many PHP developers need to send email from their code. The only PHP function that supports this directly is mail(). However, it does not provide any assistance for making use of popular...
    Downloads: 219 This Week
    Last Update:
    See Project
  • 2
    Inbucket

    Inbucket

    Disposable webmail server (similar to Mailinator) with built in SMTP

    ...You can use production data in your test environment without the risk of test messages leaking to an end user, and preview emails in multiple desktop email clients. Use Inbucket for all these needs and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Modoboa

    Modoboa

    Mail hosting made simple

    ...Follow the evolution of your server traffic thanks to a few builtin graphics: messages distribution per type and average size. Easily use standard protocols like DKIM or DMARC to improve your sender reputation and so make sure your emails will be delivered. Consult your emails everywhere thanks to simple but functional builtin webmail.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    Mail2sh

    Executes orders received by email

    Mail2sh is a tool for send shell command by email with a simple module and to avoid you to know how procmail and sendmail works. Mail2sh makes it possible to carry out shell commands by email. Email is sent to a particular user on your host and the commands will be carried out if the user and password given matches ones in /etc/passwd. Commands are executed with the user's privileges, and combined with a PGP module ensures a certain level of security for use. Note that the system is not...
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5
    MailSlurper

    MailSlurper

    Local, web-based mail server application. Slurp mails into oblivion!

    ...It's simple to use! Simply set up MailSlurper, configure your code and/or application server to send mail through the address where MailSlurper is running, and start sending emails! MailSlurper will capture those emails into a database for you to view at your leisure. The following are general instructions for compiling MailSlurper. Your details may vary a bit here and there. The below example is based on a Unix-style system, such as Ubuntu or OSX. Furthermore, for instructional purposes, it is assumed that your GOPATH is set to ~/code/go, and that you have a folder in your source directory called github.com. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    KumoMTA

    KumoMTA

    The first Open-Source high-performance MTA for high-volume senders

    KumoMTA is an Open-Source, enterprise-grade email message transfer agent (MTA) software for sending high-volume, business-critical emails. KumoMTA is typically chosen by high-volume email users looking to replace PowerMTA, Momentum, or traditional Open Source MTAs. KumoMTA offers high-performance message relay to the tune of millions of messages per hour per server, combined with extreme flexibility and configurability through its use of a Lua scripting engine for configuration and message management.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Multiple Domain MX Server

    Multiple Domain MX Server

    A standalone Mail Server

    A standalone mail server to support catch all on multiple domains. Emails sent and received are maintained in a MySQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Aegis Implicit Mail (AIM)

    Aegis Implicit Mail (AIM)

    Send Mime and Smime Emails to Any Type of Mail Server

    Aegis Implicit Mail is a free and open source library which is designed to provide fast and developer friendly API to send emails using SMTP ports. Binaries are available in the form of NuGet package: https://www.nuget.org/packages/AIM Please check http://pki.tools/aim.html as well AIM Supports : * None Ssl Mails * Implicit Ssl Mails * Explicit Ssl Mails * Smtp Connection test * Detect Ssl type of mail server * Attachments for MIME and S/MIME message
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    MailSMSGateway

    MailSmsGateway is a simple interface between mailing and sms services.

    ...An email client sends mail messages to an email account. The email account can be located under a linux server (sendmail), Microsoft Exchange or any other email server. You have now 4 possibilities to retrieve the emails and pass it over to the sms service (at the moment smstools3 is supported). Under *nix systems: - mailbox - maildir system independent: - pop3/pop3s - imap4
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 10

    SMTPmail

    Send emails from command line

    Use SMTP mail server to send email via command line. Includes HTML or text file and attachments. Has option to send .MHT file. Optional list of email addresses from a tab delimited file. Source code creates its own class using low level RFC 821. SSL supported with options for port, username, password
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    portfolio-appengine

    Host a personal portfolio in Google App Engine- Python

    ...It's not good to host a paid website in Google app engine when other better services are available like in Heroku, AWS, etc 2. App-engine has mail forwarding facility so a custom email address can be set up to send and recieve emails. Form submisson page in the /templates/index.html submits the query using the 'Google email address' signed in by visitor. On submitting the query, a computerised notification email sent will be sent to the visitor and query details will be sent to owner. Visit the demo page:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Mini-Mailinator

    A lite version of mailinator for developer use

    This allows you to run an email "server" that will accept any and all emails and allow you to query them afterwards - similar to the service Mailinator.com provides. Using this, you can test whether your applications can send emails correctly, and you can retrieve the data out of them (for example if you need to verify that account activation links exist in the outgoing email, and that they work correctly).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    MDspamfilter

    File scanning spam filter MDaemon plugin.

    ...As distributed, it performs content scanning of email attachments to verify content types match file extensions. It can perform scanning of files inside zip archives. The filter will then block all emails with not allowed files types and with file with contents that do not match their file type. This filter is based on the excellent MDaemon API examples and incorporates a python environment for easy updating. You can extend or modify the filter in python without needing to recompile the entire plugin. I am releasing this to the community in case other administrators are having the same frustrating time with their users as I am and need more power to scan incoming mail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Outlook Headers

    Outlook Headers exposes the Internet Headers of emails.

    Enables access to SMTP/Internet email headers for lower level email processing. The Internet Headers include 'X-Headers', sending domain, sending IP address, mail server info, other info prepended along the delivery path that may be of use. This will greatly comppliment the Outlook 'Junk Mail' tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    NTLM Auth Scheme for Oracle PL/SQL

    NTLM Authentication Scheme for Oracle PL/SQL

    Need to send an email thru an Exchange mail server from inside Oracle? This package generates the messages needed to authenticate over Microsoft NTLM protocol, and can be used to send emails from inside Oracle without instanciating a java virtual machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Mailster is a project aimed at testing software mail capabilities. It provides a mail server container to test emails sent by your apps without rewriting your application code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    acSMTP is a SMTP/POP3/IMAP mail server for Win32. May serve MX hosts and in-LAN mail. Black/white lists for IPs/Emails, RBL spam blocks, DNS Email validation, optional DBMS backend for lists and rules, custom user authorization, AntiVirus API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The attachment grabber reads all emails from an IMAP or POP3 email server, extracts and saves the selected attachments from the emails in a folder on your hard drive or server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Spamtrap is a trap for spam. It receives spam emails, analyses them, and updates your blacklist so that if more spam comes from the same sources, it will be rejected by your mail server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JEM is an SMTP server with pluggable components that let you process email in any way you like. It can also extend beyond emails into generalised message processing (like JMS) and can even generate its own messages based on a Cron-like facility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB