Can I send email from a form on my website?

Yes - our service can be used with any programming / scripting language that has functions for connecting to and authenticating with an SMTP server which most do.

As a minimum your form processor / script will need to allow you to set:

  • SMTP Server [required]
  • SMTP Username [required]
  • SMTP Password [required]
  • SMTP Port Number [optional but recommended]

When configuring the 'from' and 'reply to' addresses you need to ensure they are authorised on your account beforehand via the Control Panel.

It is not practical to maintain a list of scripts that are compatible but as long as you can specify the items above they should work.

We do have some PHP scripting examples on our website for PHPMailer 5.x and PHP PEAR::Mail

If you have any questions please contact us.