Adobe Campaign integration with a 3rd party SMTP server | Community
Skip to main content
saikat_kuila
Level 2
August 16, 2016
Solved

Adobe Campaign integration with a 3rd party SMTP server

  • August 16, 2016
  • 1 reply
  • 1697 views

I want to use a 3rd party SMTP server like hmail server to send and receive the mails i send from Adobe Campaign .

Can anyone tell me how to go about doing this integration???? It would be of real help as am stuck with this thing for quiet some time now .

 

Thanks 

Saikat

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by taciac

Hi Saikat,

Before attempting to do one of the following, save a copy of your existing configuration files in another local folder.
 
In the config-<instance>.xml file, you can add an option: <mta><relay address="127.0.0.1" port="25" /></mta>
If the <mta> tag already exists in this file (which is normally the case), you just need to add the <relay> tag inside.
 
The 127.0.0.1 address can be changed to any MX or email server IP, depending on your needs.
Note that the email server must be correctly configured to accept all emails sent to it, including with correct domain name, correct user accounts/aliases (some servers offer wildcards to avoid some configuration steps - but with lower security).
 
A formal description is available in the serverConf.xml file (it is also possible to make the modification in this file so that it applies to all instances).

Note that Campaign does not support authenticated SMTP. You need to configure the mta so that it accepts all traffic coming from the loopback (and only from the loopback to secure it, which should be 127.0.0.1 if used in local or the Campaign server IP address).

Hope this helps.

-Tacia

1 reply

taciac
taciacAccepted solution
Level 9
August 18, 2016

Hi Saikat,

Before attempting to do one of the following, save a copy of your existing configuration files in another local folder.
 
In the config-<instance>.xml file, you can add an option: <mta><relay address="127.0.0.1" port="25" /></mta>
If the <mta> tag already exists in this file (which is normally the case), you just need to add the <relay> tag inside.
 
The 127.0.0.1 address can be changed to any MX or email server IP, depending on your needs.
Note that the email server must be correctly configured to accept all emails sent to it, including with correct domain name, correct user accounts/aliases (some servers offer wildcards to avoid some configuration steps - but with lower security).
 
A formal description is available in the serverConf.xml file (it is also possible to make the modification in this file so that it applies to all instances).

Note that Campaign does not support authenticated SMTP. You need to configure the mta so that it accepts all traffic coming from the loopback (and only from the loopback to secure it, which should be 127.0.0.1 if used in local or the Campaign server IP address).

Hope this helps.

-Tacia