Re: Configure Sendmail so receiving systems have good Return-Path header
- From: Matej Vela <mvela@xxxxxx>
- Date: Fri, 12 Aug 2005 01:05:09 +0000 (UTC)
On 2005-08-11, Yozons <yozons@xxxxxxxxx> wrote:
> By setting the mail.smtp.from, the Return-Path was set as expected now.
> Unfortunately, it's on the Session object, so I cannot change it on a
> per-message basis, so the VERP technique can't be used unless a new
> session is created for each email, and that's likely too expensive
> resource wise, though we'll give it a test and see what the difference
> is.
You can replace MimeMessage with SMTPMessage and use the setEnvelopeFrom
method. (Not sure whether this works with older versions though.)
.
- References:
- Prev by Date: Re: Configure Sendmail so receiving systems have good Return-Path header
- Next by Date: how to connect internet
- Previous by thread: Re: Configure Sendmail so receiving systems have good Return-Path header
- Next by thread: Re: Configure Sendmail so receiving systems have good Return-Path header
- Index(es):
Relevant Pages
|