Hi,
While the "to" field is available on the outbound endpoint, you can also
encode it into the address for the endpoint, i.e., for the endpoint
URI:
HTH
A
Antoine Borg, Senior Consultant | Tel:
+356 21334457 | Fax: +356 21 334156
ricston Ltd., Lincoln, 7 Ferdinand Grech Street, Lija LJA1142,
MALTA
email: antoine.borgantoine.borg@... | blog: blog.ricston.com | web: ricston.com
Hi,
Thanks!! It realy help me. I can now send
e-mail.
But I have problem for the "to" attribut. I don't know how to
chage it.
I try to do this
:
Properties prop =
endPointURISmtp.getParams();
prop.put("to",
session.getFormVersion().getForm().getProject().getSupportEmail());
But
it not good.
Do you know how to do the
change?
Youkoun.