python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
send SMTP mail the client and server cannot communicate because they do not possess a common algorithm smtp
I am trying generate email using SMTP but i dont want to add creadentials my code. At my local PC is working fine but on server it is giving me error
MailMessage mail = new MailMessage();
SmtpClient S...
abid Hussain
Votes: 0
Answers: 0
SecurityProtocol showing all TLS version for SMTP Client But Server dont have TLS protocol enabled
I am using Office365 SMTPClient to send emails. On the Server machine, I did not find any settings related to TLS enabled or added. I checked through PowerShell command [Net.ServicePointManager]::Secu...
sujayadkar
Votes: 0
Answers: 1
How to send SMTP message from Onion SMTP server
I try to send mail with SMTP from onion smtp (mail2tor service), but it doesnt working, I just dont get this mail.
SmtpClient Smtp = new SmtpClient("smtp.xc7tgk2c5onxni2wsy76jslfsitxjbbptejnqhw6...
ivansiluianov
Votes: 0
Answers: 0
Timeout while sending email on specific port with SSL enabled
I get timeout error when I try to send an email using the port 465 and EnableSSL=True. If I change the port to 25 and EnableSSL=False I mail will be sent properly.
I use vb.net, domain email and passw...
S3minaki
Votes: 0
Answers: 1