Re: [exim] Redirect email with autoreply to sender

Top Pagina
Delete this message
Reply to this message
Auteur: Jeremy Harris
Datum:  
Aan: exim-users
Onderwerp: 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