KL
KL
The first message was sent, but the second and third not. Check your connection...
I found the BUG in the BackgroundMail.java class Bad code is ``` public Builder withAttachments(@NonNull ArrayList attachments) { this.attachments.addAll(attachments); return this; } public Builder withAttachments(String... attachments) { this.attachments.addAll(Arrays.asList(attachments)); return this;...
Working finally :DDDD @xero88 Thanks