Tagged Questions
2
votes
5answers
2k views
SMTP with CRAM-MD5 in Java
I need to send email through an (external) SMTP server from Java however this server will only accept CRAM-MD5 authentication, which is not supported by JavaMail.
What would be a good way to get ...
0
votes
0answers
56 views
Use Gmail SMTP server from GNU SASL
Can we send Email using libgsasl and Gamil as the SMTP server. As gmail uses the encrypted format for data sending. Is it possible to use gmail SMTP server from GNU SASL??