The MASM Forum

Miscellaneous => The Orphanage => Topic started by: avcaballero on August 29, 2019, 05:36:36 PM

Title: email client software
Post by: avcaballero on August 29, 2019, 05:36:36 PM
Does anyone knows any email client that can manage proxy servers? I have tried several ones but no one works with proxy and those who does are hard to configurate and hence useless, like Claws or Thunderbird. eM Client, for example is very good, but cannot manage proxy servers.

Specifically the proxy I'm thinking of has an script of automathic configuracion, an address with a proxy package.

Thank you
Title: Re: email client software
Post by: aw27 on October 15, 2019, 02:39:57 PM
The Bat! (https://www.ritlabs.com/en/products/thebat/)

(https://www.dropbox.com/s/camic9qvf1gx6ml/theBat.jpg?dl=1)
Title: Re: email client software
Post by: Raistlin on October 15, 2019, 04:12:07 PM
Don't know exactly what you need - but perhaps this might help....if the other option above (AW's suggestion)
does'nt work for you.
A potential option is to use GMAIL as your email outbound server - Use "stunnel" to proxy
the connection. Essentially, create an additional account on gmail (setting security to less secure apps).
Then smtp mail to localhost (127.0.0.1:25) - and stunnel will encapsulate and send to gmail which will
forward to your intended target. (just run stunnel default config - no changes - works right out of the box)
[also see http://masm32.com/board/index.php?topic=7611.0]
Title: Re: email client software
Post by: avcaballero on October 16, 2019, 12:20:23 AM
Thank you I will test it :thumbsup: