Hi !
I would like to use commons.mail to send with java with an attached
png image from an URL.
My problem is that the image in php generated and I think it creates a
problem.
I have the following error:
org.apache.commons.mail.EmailException: Invalid URL
set:http://myserver.mydomain.org/myphpscript.php?param1=122¶m2=2009-01-01
20:10:52
I changed name of the server, script and parameters...
Do you think it is possible to do that ?
In my browser,
http://myserver.mydomain.org/myphpscript.php?param1=122¶m2=2009-01-01
20:20:20
returns a correct png image.
I use the code that I found here:
http://commons.apache.org/email/userguide.html
Thank you