davidmoten / subethasmtp

SubEtha SMTP is a Java library for receiving SMTP mail
Other
149 stars 40 forks source link

Is it possible to relay (forward) email? #95

Open ndvbd opened 1 year ago

ndvbd commented 1 year ago

Is it possible to relay (forward) email with this library?

davidmoten commented 1 year ago

There is no specific support for relay but presumably it is possible to do yourself. You just write the subethasmtp message handler so that it forwards to another server. If there's anything missing that you need to do so let me know.