Skip to content

Commit 4d17704

Browse files
committed
update links
1 parent cd9c447 commit 4d17704

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MailHandler
22

3-
https://github.com/wildbit/mailhandler
4-
Copyright (c) 2016 Balos Igor
3+
https://github.com/ActiveCampaign/mailhandler
4+
Copyright (c) 2022 Balos Igor
55

66
The MIT License
77

mailhandler.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ Gem::Specification.new do |s|
1111
s.license = 'MIT'
1212

1313
s.authors = ['Igor Balos']
14-
s.email = ['ibalosh@gmail.com', 'igor@wildbit.com']
14+
s.email = ['ibalosh@gmail.com', 'ibalos@activecampaign.com']
1515

1616
s.summary = 'Postmark email receiving and sending handler.'
1717
s.description = 'Use this gem to send emails through SMTP and Postmark API and check if email arrived.'
1818

1919
s.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
2020
s.test_files = `git ls-files -- {spec}/*`.split("\n")
21-
s.homepage = 'https://github.com/wildbit/mailhandler'
21+
s.homepage = 'https://github.com/ActiveCampaign/mailhandler'
2222
s.require_paths = ['lib']
2323

2424
s.post_install_message = '

postmark.png

3.05 KB
Loading

readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
<img src="http://assets.wildbit.com/postmark/misc/mailhandler-logo@2x.png" alt="MailHandler Logo" title="MailHandler" width="148" height="148" align="right">
1+
<a href="https://postmarkapp.com">
2+
<img src="postmark.png" alt="Postmark Logo" title="Postmark" width="120" height="120" align="right">
3+
</a>
24

35
# MailHandler Gem
46

57
[![Build Status](https://travis-ci.org/wildbit/mailhandler.svg?branch=master)](https://travis-ci.org/wildbit/mailhandler)
68

7-
MailHandler is a simple wrapper on top of [Mail gem](https://github.com/mikel/mail) and [Postmark gem](https://github.com/wildbit/postmark-gem) libraries. It allows you to send and retrieve emails and at the same time get details on how long these operations took.
9+
MailHandler is a simple wrapper on top of [Mail gem](https://github.com/mikel/mail) and [Postmark gem](https://github.com/ActiveCampaign/postmark-gem) libraries. It allows you to send and retrieve emails and at the same time get details on how long these operations took.
810
Main purpose of the gem is easier email sending/delivery testing with notification option if sending or retrieving email is taking too long.
911

1012
The library supports sending email by standard SMTP protocol and by Postmark API. More importantly it also allows checking email delivery by IMAP protocol, or by folder if you have a local mailbox.
@@ -195,7 +197,7 @@ Once email sending is finished, you can check sending result by looking at: `ema
195197

196198
### License
197199

198-
MailHandler Library is licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php "Read more about the MIT license form") license. Refere to the [LICENSE](https://github.com/wildbit/mailhandler/blob/master/LICENSE) file for more information.
200+
MailHandler Library is licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php "Read more about the MIT license form") license. Refere to the [LICENSE](https://github.com/ActiveCampaign/mailhandler/blob/master/LICENSE) file for more information.
199201

200202

201203

0 commit comments

Comments
 (0)