eneam / mboxviewer

A small but powerfull app for viewing MBOX files
Other
409 stars 24 forks source link

Allow customization of the from email address when forwarding emails #37

Closed JoeMarkov closed 1 year ago

JoeMarkov commented 1 year ago

My SMTP Server does not use an email as the login, instead, I have a username like joe12345, and when I try to send it, it complains that the from email is invalid.

So, I wish there was a way to provide the FROM email/name when forwarding an email from your awesome application. This should be separate from the custom SMTP login name.

zigm commented 1 year ago

The joe12345 user account name should work. Select File->SMTP Mail Server Config and set User Account and Password. Follow by Save and Close. That should create SMTTP.ini file in C:\Users\UserName\AppData\Local\MBoxViewer\MailService directory.

Let me know if that helps or it doesn't work.

image

zigm commented 1 year ago

I did reread your message and it appears that MBox Vierwer could allow to configure separate FROM name and separate SMPT login name for Custom SMPT configuration. That makes sense and will enhance MBox Viewer after I am back from my trip.

What about Password. Sounds that in your case single password will work. Do we need two separate passwords for general case?

zigm commented 1 year ago

Separate Passwords don't make sense -:)

JoeMarkov commented 1 year ago

I was using the custom SMTP config option and a single password field is fine, just separating the FROM email from the username is perfect!

thanks!

zigm commented 1 year ago

I am finally back from long vacations and released v1.0.3.36 to support your request. I did the basic functionality test but I don't have ability to test the scenario you described. Appreciate if you test the separate login and FROM names case and let me know if it works. I should probably ask you to test the prototype before I made the official release. Hope the released version works.

JoeMarkov commented 1 year ago

I tried v1.0.3.36 and it works, I managed to forward email to my custom SMTP server. Thanks! :-)