cividesk / com.cividesk.email.sparkpost

This extension allows CiviCRM to send emails and process bounces through the SparkPost service.
10 stars 30 forks source link

Add option to use European sparkpost servers #70

Open olivierh65 opened 5 years ago

olivierh65 commented 5 years ago

Add an option to use domain eu.sparkpost.com (european acounts). Add also an option to allow Sparkpost tracking. Usefull to track transactional mails.

simonjohnparker commented 5 years ago

Hi, when do you think this PR will get merged as we need to use the EU Sparkpost servers? Thanks.

nganivet commented 5 years ago

@simonjohnparker Not on our priority list for now, specifically as we need some small tweaks to the submitted PR and it has a conflict with the latest version of the extension.

petergerner commented 5 years ago

see my rebased patch for #70

herbdool commented 4 years ago

@nganivet we have a client that requires this too. Could help with getting some version of the PR merged in.

herbdool commented 4 years ago

@petergerner I think the link above is supposed to be https://github.com/cividesk/com.cividesk.email.sparkpost/pull/78

nganivet commented 4 years ago

@herbdool Can you switch the Yes/No to a drop-down for endpoint selection? The Yes/No is confusing and does not lend itself to more servers added in the future. A Select control, with the options taken from a constant variable declared at the top of the class would be clearer and more extensible. Thanks.