I am trying to create a support form on my website that asks for a users email and name, then sends an email to my support mailbox that contains the from address set to the customers email address. I am having to use WP Mail SMTP to send the emails through rackspace via authenticated SMTP.
The problem I have is despite setting the From and Reply to fields in the form notification settings to 'Email', the email is always from my support email address so I cannot easily reply. In the Wordpress / Email settings I have tried leaving the from Email blank or setting it to my support email, and no matter what I do this seems to override what is configured in the notifications setting.
Is there anyway I can get this working?
Thanks