BLUE MOUNTAINS UNIONS COUNCIL
Contact BMUC
Powered by BELLonline PHP mailer script© BELLonline.co.uk 2006
<?php include "BELLmailer.php"; ?> $sendto_email = "info@bmucinc.com"; Change this to your email address. Script will not work until you have edited this. $lang_title = "Send an email"; The title that will appear above the form $lang_notice = "Fill in the form to contact us by email. All fields are required"; The text that will appear above the form then user goes onto the page. $lang_name = "Your name"; Text that appears next to the name field $lang_youremail = "Your email"; Text that appears next to the email field $lang_subject = "Subject"; Text that appears next to the subject field $lang_message = "Message"; Text that appears next to the message field $lang_confirmation = "Enter validation code"; Text that appears next to the validation code $lang_submit = "Send email"; Text that appears in the submit button $lang_error = "Your email has not been sent, the following errors were found:"; Notifies the user that their email has not been sent due to error in the submission $lang_noname = "You did not enter your name"; User did not enter their name $lang_noemail = "You did not enter your email address"; User did not enter their email address $lang_nosubject = "You did not enter a subject"; User did not enter a subject for their email $lang_nomessage = "You did not enter a message"; User did not enter a message $lang_nocode = "You did not enter the validation code"; User did not enter the validation code $lang_wrongcode = "You entered the validation code incorrectly. Please note that it is case sensitive"; User entered the validation code incorrectly $lang_invalidemail = "The email address that you entered appears to be invalid"; User did not enter a valid email $lang_sent = "Your email has been sent. The following message was submitted:"; Confirmation that the email was sent $input_width = "300px"; Width of form inputs. Must include unites, e.g px $title_align = "left"; Align title to left, center or right $title_css = "font-weight: bold; font-size: 120%;"; To format the title text using css. Best left alone $error_colour = "red"; Sets the colour of $lang_error. Uses HTML colour codes $showlink = "yes"; If set to yes will show the Powered by link in small text. You can disable this if you like