public interface RcptHook extends Hook
| Modifier and Type | Method and Description |
|---|---|
HookResult |
doRcpt(SMTPSession session,
MailAddress sender,
MailAddress rcpt)
Return the HookResult after run the hook
|
HookResult doRcpt(SMTPSession session, MailAddress sender, MailAddress rcpt)
session - the SMTPSessionsender - the sender MailAddressrcpt - the recipient MailAddressCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.