Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sendemail trough exchange server smtp ssl / starttls problem #19

Open
rezatbaher opened this issue Aug 26, 2019 · 2 comments
Open

sendemail trough exchange server smtp ssl / starttls problem #19

rezatbaher opened this issue Aug 26, 2019 · 2 comments

Comments

@rezatbaher
Copy link

when i try to send 50 emails using sendemail i get this log in a random number .
command im using is this :
sendemail -l email.log
-f "[email protected]"
-u "Automatic email"
-t "[email protected]"
-s "smtp.mailserver.com:587"
-o tls=yes
-xu "username"
-xp "password"
-o message-file="tempemailbody.txt"

with gmail and postfix there is no such problem .
this is not because of network , i did netcat to exchange server and even telnet to verify before sending each email but happened again .
ERROR => TLS setup failed: SSL connect attempt failed error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed

sending email using ssmtp has no problem with exchange server

@fredzannarbor
Copy link

fredzannarbor commented Aug 26, 2019 via email

@pranavkinicok
Copy link

pranavkinicok commented Dec 24, 2020

I cant even send single mail
Command that I used is :-
senemail -f **@gmail.com -t **@gmail.com -m "test" -xu "username" -xp "password"

The output that I get is:-
Connection refused =>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants