smtp4dev icon indicating copy to clipboard operation
smtp4dev copied to clipboard

[Feature] Import messages from .eml file for inspection

Open skdutta-ga opened this issue 4 years ago • 3 comments

skdutta-ga avatar Nov 11 '20 21:11 skdutta-ga

Yes, after you click on a message there is a Download button that saves the email in eml format

metalrise avatar Nov 17 '20 00:11 metalrise

I was asking the opposite. I have an eml file, I would like to open it in smtp4dev to check out its headers etc.

skdutta-ga avatar Nov 19 '20 01:11 skdutta-ga

Hi. At the moment it's not possible to import from .eml file for inspection. The app can only view messages that have been received via SMTP.

You could workaround this by sending the .eml file you have over SMTP to smtp4dev (although the client may add/modify the headers):

cat file.eml | sendmail -t

(on Windows use https://github.com/sendmail-tls1-2/main to get sendmail)

Marking this as a feature request as may consider implementing in future.

rnwood avatar Nov 19 '20 08:11 rnwood