'glos@mnsi.net', // Email subject 'subject' => 'From Website', // Please specify email "from" if your hosting requires this field to be the same for all mail, otherwise leave it as it is. 'from' => 'glos@mnsi.net', // Email title 'title' => 'Contact form' ); // Don't edit anything below please... // Message strings, change it according to your language or wish $MESSAGE_SENT = 'Thank you for your message!'; $MESSAGE_SENDING_ERROR = 'Couldn\'t send message.'; $MESSAGE_REQUIRED_FIELD = ' field is required.'; $MESSAGE_INCORRECT_FIELD = ' is incorrect.'; // Email body template, be careful with {TITLE} and {DATA}. They should be there :) $EMAIL_TEMPLATE = '

{TITLE}


{DATA}
'; $EMAIL_DATA_TEMPLATE = '{FIELD_NAME}:{FIELD_DATA}'; ?>