コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

About the setup about sending Email and SMS

Avatar

Level 3

Hello:

I have some question about sending Email and SMS by Adobe Campaign:

(1)  Where can I find the configuration/deployment guide about Email and SMS account of my Adobe Campaign?

(2)  Does Adobe Campaign only support sending Email by SMTP and SMS by SMPP, does other protocols or method are support?

(3) I want to send Email and SMS over http in Adobe Campaign. Beacuse the Email and SMS vendor in our place only

     support HTTP and the API is private. Is there a way to to do that?

Best regards.

1 受け入れられたソリューション

Avatar

正解者
Employee

Hi,

To answer your second question, we support sending emails on SMTP and SMS on SMPP and there is no other protocol to do the same in Adobe Campaign.

If you upgrade to the latest build, it comes with the Generic SMPP connector. Currently, we only support HTTP connection to SMS vendor.

HTTPs communication is not available by default for the SMS channel, though a product enhancement is in pipeline.

If someone wants HTTPs they will have to setup a SSL tunnel on your infrastructure and go about it. For hosted customers, this is not possible and they will have to use HTTP based connection.

Regards,
Vipul

元の投稿で解決策を見る

5 返信

Avatar

Level 10

Hi,

Are you using Campaign v6/v7 or Campaign Standard?

Let me know,

Florent

Avatar

Level 3

Hi florentlb:

Sorry. I missed the version information.

Thank you for your reply.

I am using Campaign V7( not Campaign Standard).

Avatar

Level 10

Hi,

You should find all the information about SMS in Campaign v7 here: Mobile channel

Florent

Avatar

正解者
Employee

Hi,

To answer your second question, we support sending emails on SMTP and SMS on SMPP and there is no other protocol to do the same in Adobe Campaign.

If you upgrade to the latest build, it comes with the Generic SMPP connector. Currently, we only support HTTP connection to SMS vendor.

HTTPs communication is not available by default for the SMS channel, though a product enhancement is in pipeline.

If someone wants HTTPs they will have to setup a SSL tunnel on your infrastructure and go about it. For hosted customers, this is not possible and they will have to use HTTP based connection.

Regards,
Vipul

Avatar

Level 3

Hi Vipul:

Thank you.

Would you like to tell me is it a solution by the follow way to send email/SMP my my own way( not by SMTP or SMPP)?

(1) New a  "External Account" and set the channel to "Email".

1277332_pastedImage_1.png  

(2) Then  I develop my own JS connector, and set the JS connector to it.

1277333_pastedImage_3.png

But I test this way, my JS connector was not execute when I create a new delivery with “My email routing”.

Best regards.