infusionsoft / infusionsoft-php

PHP client library for the Infusionsoft API.
https://developer.infusionsoft.com/
Other
129 stars 126 forks source link

How do I set the Reply-To: header? #262

Closed JasonWoof closed 4 years ago

JasonWoof commented 4 years ago

I'm sending emails via the APIEmailService.sendEmail xml api call documented here: https://developer.infusionsoft.com/docs/xml-rpc/#email-send-an-email

How do I set the Reply-To: header?

Thanks!

ajohnson6494 commented 4 years ago

I don't believe it is possible to set that header through Infusionsoft's api or in there app directly.

I believe it will just us the fromAddress address as the Reply-To header.

JasonWoof commented 4 years ago

As SPF and DKIM become more common, it becomes more and more important to be able to set Reply-To separately.

Can this serve as a feature request? Or is there a better place for one?

ajohnson6494 commented 4 years ago

Unfortunately, this is not a feature that this repo can implement, as it does not control Infusionsoft's backend systems. If Infusionsoft decides to implement this feature through their api, then we can implement that new endpoint in this repo.

I would recommend reaching out to Infusionsoft support or posting in the community forums with this feature request.

Some other helpful resources regarding SPF and DKIM with Infusionsoft.

JasonWoof commented 4 years ago

OK, thanks. I've asked the infusionsoft account holder in my organization to make a support ticket.