perohen
Forum Replies Created
-
Forum: Plugins
In reply to: [SparkPost] Sparkpost doesn't use gravity forms mail credentialsWhat is the sender info in your mandrill plugin settings?
It is same as now:
From name: My website’s name
From e-mail: [email protected]It is mainly used by WooCommerce, but the contact form should be able to use its own settings.
Forum: Plugins
In reply to: [SparkPost] Sparkpost doesn't use gravity forms mail credentialsThank you!
Is it same value for both ?
No. The value is not same.
The first one is added by SparkPost plugin (mailer.class.php row 31):
$phpmailer->AddReplyTo($options['from_email'], $options['from_name']);And the second one is added by Contact Form 7 using Additional Headers feature:
Reply-To: [your-email]Forum: Plugins
In reply to: [SparkPost] Sparkpost doesn't use gravity forms mail credentialsHi all,
I have same kind of problem, but with Contact Form 7 plugin (https://ww.wp.xz.cn/plugins/contact-form-7/). I previously used wpMandrill plugin and it worked without problems.
My settings are following:
Sparkpost settings
From name: Info | Example
From e-mail: [email protected]Contact Form 7 form notification
From name: Firstname Lastname
From e-mail: [email protected]
To e-mail: [email protected]
Reply-to e-mail: [email protected]What I get in test e-mails:
Sender name: Info | Example
Sender e-mail: [email protected]
To e-mail: [email protected]
Reply-to e-mail: [email protected]
Reply-to e-mail: [email protected]
(I can’t even automatically reply, because “Reply-To” header is added two times and that’s why Thunderbird ignores it)What I want:
From name: Firstname Lastname
From e-mail: [email protected]
To e-mail: [email protected]
Reply-to e-mail: [email protected]I have added both domain1.tld and domain2.tld to Sending Domains list.
Best regards,
Henri