bobbimanners / emailler

Email and Usenet suite for the Apple //e or GS with Uthernet-II ethernet card
http://bobbi.epizy.com
Other
30 stars 5 forks source link

Accept hostnames in the mail configuration. #73

Open audetto opened 2 years ago

audetto commented 2 years ago

HI,

I was testing the Uthernet II emulation in AppleWin and configured the pop and smtp with hostnames. Only after a bit of debugging, I realised it was trying to connect to 0.0.0.0, rather than returning an error.

I dont know how hard it is to accept hostnames or inform the user about it.

bobbimanners commented 2 years ago

Would probably be fairly easy to detect it falling back to 0.0.0.0. Doing a DNS lookup would be more work. I will look into this sooner or later :)