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

Where to enter password for smtp? #13

Closed alloc33 closed 1 year ago

alash3al commented 2 years ago

The main purpose for smtp2http is to redirect the SMTP traffic directly to HTTP endpoint which should do its own logic, so it has no authentication mechanism

alash3al commented 2 years ago

Could you tell me your use case?

tsuijten commented 1 year ago

I would like the same thing. Main reason for a username and password is that I need to host the SMTP server "openly" on the web. I don't want other people to be able to send emails to this SMTP server. Being able to set a username / password prevents this.

Would it be possible for you to add this functionality?

Manouchehri commented 1 year ago

@alash3al Any reason auth was removed in b17d10ed8a04edc621c3e5612e96ccd676ad97b8?