Giter Club home page Giter Club logo

nodemailer-app's Introduction

nodemailer-app

Ultimate email debugging tool.

See Releases for release info or nodemailer.com/app for specific downloads and additional info.

Description

NodemailerApp is the ultimate cross platform email debugging app.

App includes local SMTP and POP3 servers, a sendmail replacement, and it imports emails from EML files, EMLX files, large MBOX files from Gmail takeout, Maildir folders and Postfix queue files for inspection and preview. Ever wanted to view the actual HTML source of a nicely designed email instead of some garbled rfc822 text? Just open the HTML tab of an email to see it.

Features:

  • Preview emails either in rich text or plain text mode. View the source of the entire message or the decoded HTML content
  • Sendmail replacement to catch emails from applications that pipe to sendmail (eg. PHP mail(โ€ฆ)).
  • Local development server to catch emails from applications that send via SMTP (Nodemailer, PHPMailer etc.).
  • Message upload to relay a caught message either to next SMTP server or to an IMAP server.
  • Extensive search to find long lost emails.
  • Large mailbox import. Received a 10GB mbox takeout file from Gmail? No problem, just import it to NodemailerApp.
  • Catchall service to accept messages from the internet.
  • Multi platform to run in Windows, Linux and OSX.

nodemailer-app's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

nodemailer-app's Issues

Delete email

i use NodemailApp as Fake SMTP server for development on Symfony Project.
It's working good. But we can not delete emails, and i have lot's of emails
Need delete email feature and clear inbox feature please :)

  • NodemailApp 1.0.11
  • MacOS Catalina 10.15.1 (19B88)

Thanks !

Feature Request: non-Snap based version

I know it's a lot to ask but, would it be possible to have an AUR based version (or Appimage or Flatpak), for those of us who aren't on Ubuntu and don't use Snaps?

Either way, thanks for Nodemailer, it's amazing!

Does not support from messages in format "Name <[email protected]>" or as object

The nodemailer library supports from addresses in either string format or as an object (http://nodemailer.com/message/). However, when using the nodemailer app, if the from field is in the format of an object, or even in the "name" <[email protected]>, the nodemailer app will reject the email with the error: 501 Error: Bad sender address syntax code "EENVELOPE".

The object format I've used is:

from: {
  name: "My Name",
  address: "[email protected]"
}

Using the object format for the from address works when not using the nodemailer app.

Concurrent connections

Delivering a message to the local server fails with

450 SQLITE_ERROR: cannot start a transaction within a transaction

when there are two concurrent connections.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.