I would like a unique number to be placed in the email subject field, placing it before the 'Website Inquiry from '... define('EMAIL_SUBJECT', 'Website Inquiry from ' . STORE_NAME);

So, for example, the received email subject would be something like: 3299 Website Inquiry from myStore

Any ideas as to how to achieve this? Thanks.