Go-Guerrilla icon
Go-Guerrilla icon

Go-Guerrilla

 Like

A lightweight SMTP server written in Go, made for receiving large volumes of mail. To be used as a package in your Go project, or as a stand-alone daemon by running the "guerrillad" binary.

License model

  • FreeOpen Source

Platforms

  • Online
  No rating
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  SMTP Support

Go-Guerrilla News & Activities

Highlights All activities

Recent activities

No activities found.

Go-Guerrilla information

  • Developed by

    Unknown
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    6 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Office & Productivity

GitHub repository

  •  2,867 Stars
  •  371 Forks
  •  53 Open Issues
  •   Updated Jun 4, 2024 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about Go-Guerrilla, and it has gotten 0 likes

Go-Guerrilla was added to AlternativeTo by Tirz on Jun 18, 2018 and this page was last updated Jun 21, 2018.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Go-Guerrilla?

It's an SMTP server written in Go, for the purpose of receiving large volumes of email. It started as a project for GuerrillaMail.com which processes millions of emails every day, and needed a daemon with less bloat & written in a more memory-safe language that can take advantage of modern multi-core architectures.

The purpose of this daemon is to grab the email, save it, and disconnect as quickly as possible, essentially performing the services of a Mail Transfer Agent (MTA) without the sending functionality.

The software also includes a modular backend implementation, which can extend the email processing functionality to whatever needs you may require. We refer to these modules as "Processors". Processors can be chained via the config to perform different tasks on received email, or to validate recipients.

See the list of available Processors below.

For more details about the backend system, see the: Backends, configuring and extending page.

Official Links