Can I send email from a form on my website?

AuthSMTP can be used with any programming or scripting language that can connect to and authenticate with an SMTP server, as most can.

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.