davidmoten / subethasmtp

SubEtha SMTP is a Java library for receiving SMTP mail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to relay (forward) email?

ndvbd opened this issue · comments

commented

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

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.