<% '---------------------------------------------------------------------------- ' ' Send email using the CDOSYS component ' ' by Chris Hardy ' http://www.chrishardy.co.uk/ ' '---------------------------------------------------------------------------- Option Explicit dim sName, sEmail, sMessage dim oCdoMail, oCdoConf, sConfURL if Request.Form("Action") <> "" then sName = Request.Form("Name") sEmail = Request.Form("Email") sMessage = Request.Form("Message") Set oCdoMail = Server.CreateObject("CDO.Message") Set oCdoConf = Server.CreateObject("CDO.Configuration") sConfURL = "http://schemas.microsoft.com/cdo/configuration/" with oCdoConf .Fields.Item(sConfURL & "sendusing") = 2 .Fields.Item(sConfURL & "smtpserver") = "localhost" .Fields.Item(sConfURL & "smtpserverport") = 25 .Fields.Update end with with oCdoMail .From = "you@yourdomain.com" .To = sEmail .Subject = "My message subject" .TextBody = sMessage .HTMLBody = sMessage .Configuration = oCdoConf .Send end with Set oCdoConf = Nothing Set oCdoMail = Nothing response.write "Thanks for your message!" else %>
Arrow Down

Contact Us

Should you have any queries or comments you would like to share with us then please fill in the form below or drop us a line. We'll always be there to listen.


Our experienced International Sales Managers are dedicated to ensuring you receive the very best service and are on hand to solve any problems should any arise. Simply view the map below to see your appropriate contact.


Contact Form

Findel Education

International Division,

Pintail Close,

Victoria Business Park,

Nottingham,

NG4 2SG,

UK


Tel: +44 (0)115 907 4001

Fax: +44 (0)115 907 4002

Email: exportsales@findel-education.co.uk


Republic of Ireland

Unit 11 Naas Road Business Park,

Naas Road,

Dublin 12.


Tel: 01 427 3100

Fax: 01 427 3118

Email: sales@findel-education.ie