Configure the Integrations Manually

You can configure the Integrations manually (Without configuring them inside your project on pixfort.com platform) by editing the file "/pix_mail/config.php".

You can set the default form type from the line:

$mail_type = "ce";

Where "ce" is "Custom email" Type, for other types you can use:

  • "smtp" for SMTP custom email type.

  • "mc" for mailchimp.

  • "cm" for Campaign monitor.

  • "gr" for GetResponse.

  • "aw" for AWeber.

  • "ac" for ActiveCampaign.

  • "ml" for MailerLite.

  • "fm" for FreshMail.

  • "mw" for MailWizz.

  • "sendy" for Sendy.

  • "hs" for Hubspot.

  • "ic" for iContact.

After that you can fill in the other options, for example your email address and the Subject in the fields:

If you are using SMTP form type, you should input the following SMTP configurations:

For the other integrations you should input the API key for any used integration in its corresponding fields:

Last updated

Was this helpful?