From 232c323121eace8e9cd7b6a2370d3c17fa5ab2da Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Thu, 29 Jul 2021 19:59:39 +0000 Subject: [PATCH] docs: use a smaller logo on the readme --- README.md | 6 ++---- app/models/webhook_event.rb | 4 +--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f56a583..c0f98b9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ -# Postal + - - -Postal is a complete and fully featured mail server for use by websites & web servers. Think Sendgrid, Mailgun or Postmark but open source and ready for you to run on your own servers. Postal is developed by [Krystal](https://k.io) to serve its own mail processing requirements and we have since decided that it should be released as an open source project for the community. +**Postal** is a complete and fully featured mail server for use by websites & web servers. Think Sendgrid, Mailgun or Postmark but open source and ready for you to run on your own servers. Postal is developed by [Krystal](https://k.io) to serve its own mail processing requirements and we have since decided that it should be released as an open source project for the community. ![Screenshot](https://share.adam.ac/17/k4lA5OuPlU2.png) diff --git a/app/models/webhook_event.rb b/app/models/webhook_event.rb index a93b5c9..65c02df 100644 --- a/app/models/webhook_event.rb +++ b/app/models/webhook_event.rb @@ -22,9 +22,7 @@ class WebhookEvent < ApplicationRecord 'MessageBounced', 'MessageLinkClicked', 'MessageLoaded', - 'DomainDNSError', - 'SendLimitApproaching', - 'SendLimitExceeded' + 'DomainDNSError' ] belongs_to :webhook