eggrollstan
Forum Replies Created
-
What was the resolution for this?
Forum: Plugins
In reply to: [WP Offload SES Lite] Headers from Contact Form pluginOdd….. I just tested the forms I had created and they work.
I just created a new form and it does not work… will go back and check.
Forum: Plugins
In reply to: [WP Offload SES Lite] Headers from Contact Form pluginMy solution is specific to using Contact Form 7 and WP-SES.
In the contact-form-7/includes/ folder, I modified line 551 of classes.php.
Replaced
$headers = “From: $sender\n”;with
$headers = “Reply-To: $sender\n”;After this, all emails sent with Contact Form 7 will have the Reply-To set to the sender.
Keep in mind that any updates to Contact Form 7 will overwrite this change.
Forum: Plugins
In reply to: [WP Offload SES Lite] Headers from Contact Form pluginI’ve resolved this issue by modifying a line in the Contact Form Plugin. Since all emails sent through WP-SES will be sent from the specified email in the settings, I simply modified a line to specify the sender in the form as a “Reply-To”
Forum: Fixing WordPress
In reply to: Export: Posts MissingUsing the export function, I too am only able to export all of my posts up to November 2006. Did anybody come up with any solutions?