Hi I've imported the constant contact library into my laravel application using composer: "constantcontact/constantcontact": "3.0.0-alpha" Whenever I change the 'From' or 'Reply-to' email addresses when creating a campaign, a 'Bad Request' is returned. It's only works when the 'From' and 'Reply-to' email addresses are set to the email address used to log into the account. Also I've noticed that the subject line contains the name of the person who created the account. Is there a way to omit this? Any assistance would be greatly appreciated.
... View more