I have an app where user generates report and saves it on application server (saving on application server is required). Next, this report should be sent by email, we use Apache Common Email for sending email from app. Is there a way to make Apache Commons Email library to look for the attachments on the aplication server not on the client machine?