It doesn't do anything when I attempt to send a file
My code
switchboard.getMessenger().getFileTransferManager().sendFile(Email.parseStr(contact.getEmail().getEmailAddress()), new File("file.txt"));
This didn't also work:
switchboard.sendFile(new File("file.txt"));
Log in to post a comment.
It doesn't do anything when I attempt to send a file
My code
This didn't also work: