Re: [Exim] email content storing in database

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Nico Erfurth
Data:  
Para: S. Ancelot
CC: exim-users
Assunto: Re: [Exim] email content storing in database
S. Ancelot wrote:
> Hi,
> I have got an email account that receives informations from a web site
> thanks to post web form .
>
> incoming data are formatted in the email : name address ..., I would
> like to store all these informations into
> a database when exim get messages, how to do that ?


Write a pipe-transport, a router which catches this emailaddress and a
script which writes it to the database.

ciao