o4oren / Ad-Hoc-Email-Server

An ad-hoc disposable temporary mail server. Create and use ad hoc disposable mailboxes for testing or any other purpose.
Apache License 2.0
381 stars 92 forks source link

Feature request: webhooks #16

Closed gcleaves closed 3 years ago

gcleaves commented 4 years ago

Hi. Very useful project, thanks.

I think a webhook feature would be useful where the admin registers a URL and AHEM hits it every time a new message arrives. The body of the call could contain the mailboxName and emailId.

I wish I could do this myself but my node skills are poor, not to mention TypeScript.

Cheers!

o4oren commented 4 years ago

Thanks, I will look into it.

On Tue, Mar 17, 2020, 13:42 Geoffrey Cleaves notifications@github.com wrote:

Hi. Very useful project, thanks.

I think a webhook feature would be useful where the admin registers a URL and AHEM hits it every time a new message arrives. The body of the call could contain the mailboxName and emailId.

I wish I could do this myself but my node skills are poor, not to mention TypeScript.

Cheers!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/o4oren/Ad-Hoc-Email-Server/issues/16, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFTF65UIXP7CPUO4MENVITLRH5O4DANCNFSM4LNKS4VQ .

gcleaves commented 3 years ago

Hi. I went ahead and implemented this myself in a forked repo. If anybody is interested, here it is: https://github.com/gcleaves/Ad-Hoc-Email-Server