Email service without SSL authentication

Does anyone know an email service that doesn't require the SSL or TLS authentication to send mails throught smtp?

Edit: I don't know almost anythings about smtpm servers; the PC of my customer is really ancient and I cant install anything on it.

My hoster said that we can turn of for that domain the ssl auth for the IP auth, and should work, but obviously my customer doesn't have a static IP address for his connection.

7

5 Answers

Providing authentication details does not necessarily imply using encryption such as SSL.

So, if one cannot use the internet provider's SMTP server like A Dwarf suggested (which would actually do authentication based on the connection details, instead of login credentials), then entering some username and password without explicitely using SSL might still work very well.

(Note that a few SMTP servers only support username/password authentication when connecting through some specific port, like 587 aka Submission Identification Port, or even only on a specific domain like authsmtp.example.com. SSL by default uses port 465, regardless of any authentication.)

Some providers also support authentication using POP before SMTP.

Though you claim you cannot install anything: if you could install DeleGate then it might be configured as a SMTP to SMTPS gateway (a bit like the question Force web address to go through https here on Super User)... So, if all else fails: what OS are you on?

2

Your ISP's SMTP (and even POP3) servers most probably doesn't require SSL or TLS encryption. Configure your device to those addresses and give it a shot.

Otherwise if this is being done on your computer you can also set your own SMTP server for mail forwarding. Programs like Free SMTP Server or PHP SMTP Server will allow you to do just that.

2

Most of the SMTP servers require SSL authen­ti­ca­tion.

Few Web­sites like the two listed below pro­vide you an option to dis­able SLL authen­ti­ca­tion. These sites allow you to use them as SMTP servers that does not require SSL authentication

To use them as a SMTP

  • Sign up for an account on the website

  • Note down the User name and Pass­word for the account

SMTP Server Set­tings for Lavabit.com

SMTP Server Address : lavabit.com User name : xyz Pass­word : *****

SMTP Server Set­tings for Inmail24.com

SMTP Server Address : (smtp/pop3).inmail24.com User name : Password : *****

2

You can use mail.bg. Enable smtp/pop/imap access from settings (settings->general->the first checkbox). Translate the web page with google translate it is in Bulgarian.

smtp2go.com seem to have an option to authenticate without encryption. I use it with an old Samsung CLX-3170 scanner that has legacy firmware.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like