jbuchbinder / salesforce-wordpress-to-lead

Salesforce Wordpress plugin
5 stars 11 forks source link

Feature Request: Reply-to email from user #8

Closed jasonsee closed 11 years ago

jasonsee commented 11 years ago

When submitting a form, have the function salesforce_cc_admin use 'reply-to' with the user's email address, so admins can reply directly to the user, if needed.

jbuchbinder commented 11 years ago

It also needs a "sender" address, to not be marked as spam by most mail providers. Patch will be pushed out shortly.

jasonsee commented 11 years ago

I'm getting a "Fatal error: Can't use function return value in write context on line 934" when attempting to apply your patch, FYI. Thanks for the patch!