sbellan

Results 1 issues of sbellan

Using Version 6.4.3 Couple of issues, 1. When sending an email with non-ascii characters, like this, ``` String attachementName = "⏳.txt"; System.out.println(attachementName); Email email = EmailBuilder.startingBlank() .to("[email protected]") .from("[email protected]") .withReplyTo("[email protected]") .withSubject("hey")...

help wanted
Priority-Low
need-user-input