I am running a script as an IPN Handler for a payment module that is trigger when the payment site posts status updates.

There is an option to send out emails and while all the actions happen including the emails getting sent out, the email constants are not coming through.

Here is what a sample looks like.......


Code:
[store name displays correctly]
EMAIL_SEPARATOR
EMAIL_TEXT_ORDER_NUMBER [order number displays correctly]
EMAIL_TEXT_INVOICE_URL
[invoice url displays correctly]
EMAIL_TEXT_DATE_ORDERED [date displays correctly]

[status update message to customer displays correctly]

EMAIL_TEXT_PRODUCTS
EMAIL_SEPARATOR
[products display correctly]
	 
	 
EMAIL_SEPARATOR

EMAIL_TEXT_DELIVERY_ADDRESS
EMAIL_SEPARATOR
[address displays correctly]

EMAIL_TEXT_BILLING_ADDRESS
EMAIL_SEPARATOR
[address displays correctly]
Is there a file I need to require?

Thanks