Adding datetime to Email Header

3
We're using a java action to send mails. At the moment there is no date in the mails we've got from our deployment. How can we easily add the date to our email?
asked
2 answers
3

If you are using the email function from our java API, it should automatically add the date in the latest 2.4 version (2.4.6.1 at the moment), so if you can upgrade to that, that should fix your problem.

answered
2

Oke thanx, we're planning upgrading to 2.5 so that should do the trick. How can I know we're using your java API?

answered