| Current Path : /home/happyrenas/old/devis-huissier.fr/old/pix_mail/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/happyrenas/old/devis-huissier.fr/old/pix_mail/config.php |
<?php
$mail_type = "ce";
//-----------------------------------------------------------------------------------------
$to_Email = "pixfort.com@gmail.com"; //Replace with recipient email address
$subject = 'An email from FLATPACK contact form.'; //Subject line for emails
// your recaptcha secret key
$secret = ""; // Add your reCAPTCHA secret key
//---------------------------------------------------------- -------------------------------
/* Mailchimp setting. */
define('MC_APIKEY', ''); // Your API key from here - http://admin.mailchimp.com/account/api
define('MC_LISTID', ''); // List unique id from here - http://admin.mailchimp.com/lists/
/* Campaign Monitor setting. */
define('CM_APIKEY', ''); // Your APIKEY from here - https://pixfort.createsend.com/admin/account/
define('CM_LISTID', ''); // List ID from here - https://www.campaignmonitor.com/api/getting-started/#listid
/* GetResponse setting. */
define('GR_APIKEY', ''); // Your API key from here - https://app.getresponse.com/my_api_key.html
define('GR_CAMPAIGN', ''); // Campaign name from here - https://app.getresponse.com/campaign_list.html
/* AWeber setting */
define('AW_AUTHCODE', ''); // Your Authcode from here - https://auth.aweber.com/1.0/oauth/authorize_app/647b2efd
define('AW_LISTNAME', ''); // List name from here - https://www.aweber.com/users/autoresponder/manage
?>