Re: [exim] Redirect email with autoreply to sender

Etusivu
Poista viesti
Vastaa
Lähettäjä: Jeremy Harris
Päiväys:  
Vastaanottaja: exim-users
Aihe: Re: [exim] Redirect email with autoreply to sender
On 09/08/2019 08:43, Gurvinder via Exim-users wrote:
> I would like if it is possible to email forward along with sending auto
> reply to the sender. I do not want keep the email in the inbox.


One way would be to use filter data to define both the redirection
(using "deliver") and the reply (using "mail")
in your redirect router, and a suitable reply_transport setting
(and an autoreply transport for it).

--
Cheers,
Jeremy