Top "James" questions

Javamail - sending mail from localhost to external accounts

Need to send email from localhost to external accounts like gmail and yahoo. Right now i have a program which …

java localhost jakarta-mail james hmail-server
NoSuchAlgorithmException: Algorithm HmacSHA1 not available

Look at the following line of java: Mac.getInstance("HmacSHA1"); If I put this in a simple test program, it …

java cryptography jce james
How to Sign Javamail with DKIM

Is there a library or a way to do this without an external library? I am using apache james as …

java email jakarta-mail dkim james
Someone knows a mail (SMTP) delivery library for Java?

I'd like to send mail without bothering with the SMTP-Server which is used for delivery. So JavaMail API doesn't work …

java smtp email james
Unrecognized SSL message while sending mail from localhost using STARTTLS

I am currently investigating James Mail Server and have an instance running on my local machine. I am trying to …

localhost jakarta-mail james starttls