alash3al / smtp2http

A tiny software that receive a smtp request (email) and send it to the specified webhook as a http post request
Apache License 2.0
522 stars 81 forks source link

split to cmd package and library #2

Closed vtolstov closed 5 years ago

vtolstov commented 6 years ago

I think that idea is cool, but can you split to library and cmd packages? For easy integration with own app?

alash3al commented 6 years ago

Thanks for your feedback, regarding your opinion, there is already a library which we're using in the core of smtp2http called go-smtpsrv it is a library for creating smtp servers.

If you have another case, just tell me