travispessetto / OrigamiSMTP

A TLS Enabled Fake SMTP Server for Development
https://travispessetto.github.io/OrigamiSMTP
MIT License
17 stars 14 forks source link

Email Details Not Appearing #6

Closed trymeouteh closed 5 years ago

trymeouteh commented 5 years ago

I am using XAMPP with OrigamiSTMP and with this simple PHP file I made I do get the emails in OrigamiSTMP but in OrigamiSTMP email under the Details tab it does not show From, To, Subject or Content.

<?php

mail('me@mail.com', 'MySubject', 'Message 123...');

?>
travispessetto commented 5 years ago

Thank you for reporting the issue. I have fixed it in the OrigamiGUI project. Please install the new 1.7.1 version from https://travispessetto.github.io/OrigamiSMTP/.