%s.

Please check your e-mail inbox. When you receive the confirmation request, just click on the confirmation link enclosed in the email.

If you have troubles signing up, please send a message to '. STORE_OWNER_EMAIL_ADDRESS .'. '); // greeting salutation define('EMAIL_SUBJECT', 'Please confirm ' . STORE_NAME . ' newsletter subscription'); // First line of the greeting define('EMAIL_WELCOME', '' . "\n" . '

We wish to welcome you to ' . STORE_NAME . '.

'); define('EMAIL_SEPARATOR', '--------------------'); define('EMAIL_TEXT', 'This email has been registered for a newsletter subscription on our site.
' . "\n" . 'Before you can begin receiving the newsletter, you must confirm your email address.

' . "\n\n" . 'If you did not subscribe, no action is needed.

' . "\n\n" . ''); define('EMAIL_CONFIRMATION_TEXT','Please click on the link below to confirm your subscription:
' . "\n\n" . '%s '. "\n\n" ); define('EMAIL_CONTACT', '
For help with any of our online services, please email the store-owner: '. STORE_OWNER_EMAIL_ADDRESS ."
\n\n"); define('EMAIL_CLOSURE','Sincerely,' . "\n\n" . STORE_OWNER . "\nStore Owner\n\n". ''.HTTP_SERVER . DIR_WS_CATALOG ."\n\n"); // email disclaimer - this disclaimer is separate from all other email disclaimers define('EMAIL_DISCLAIMER_NEW_CUSTOMER', 'This email address was given to us by you or by one of our customers. If you did not signup for an account, or feel that you have received this email in error, no action is needed. No newsletters will be sent without confirmation, and you will not receive another. You are always welcome to contact us with any concerns you may have.'); ?>