Could you please suggest a simple SMTP server with the very basic APIs (by very basic I mean, to read, write, delete email), that could be run on a linux box?
I just need to convert the crux of the email into XML format and FTP it to another machine.
Could you please suggest a simple SMTP server with the very basic APIs (by
Share
Take a look at this SMTP sink server:
It uses
smtpd.SMTPServerto dump emails to files.