Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

ACC with external SMTP

Avatar

Level 2

Hi all,

I'm Daeho at ibank in Korea.

Now, I can send email by bulk delivery and through mid-sourcing..

But my client want to integrate 'ACC' with their own SMTP server.

Could you please let me know how can I integrate 'ACC' with external SMTP (eg. gmail SMTP and so on) ?

Thanks,

Best Regards

Daeho

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

You can definitely authenticate with external smtp’s, via local postfix relay. There are numerous tutorials on how to do this, search ’integrate postfix with x’, where x is your platform.

View solution in original post

6 Replies

Avatar

Community Advisor

Hi,

Add the smtp relay option to the instance conf, details in serverConf.xml.

Thanks,

-Jon

Avatar

Level 2

Hi wodnicki,

Thanks for your reply.

I checked that file.

But I think there are no options for external 'SMTP' information (eg, ID / PWD / IP / PORT and so on..).

1. address

2. excludeDomains

3. heloHost

4. includeDomains

5. publicId

6. weight

Sometimes, When we try to integrate system with external 'SMTP' (like gmail and third party email sender) , we have to configure 'SMTP' options by many information like ID , PASSWORD, IP, PORT and so on.

Now, I have to integrate ACC with external mail sender solution.

In this case, how can I configure external SMTP option in ACC?

Thanks,

Best Regards,

Daeho

Avatar

Community Advisor

Hi,

For address and port, the setting's there:

    <!-- Configuration of the mail server for the message delivery.
        address :  Comma-separated list of DNS names or IP addresses of SMTP relays to use.
        port :  IP port of SMTP server. Default: 25 -->
    <relay address="" port="25"/>

If you need more features, you can set up a local postfix instance and proxy through that. I've done this to relay via sendgrid before, to bypass a firewall for a quick demo.

Thanks,

-Jon

Avatar

Level 2

Hi wodnicki,

Thanks for your reply.

But I searched similar post Re: Adobe Campaign integration with a 3rd party SMTP server

I think we can not integrate third part SMTP (by authenticated).

Thanks,

Best Regards,

Daeho

Avatar

Correct answer by
Community Advisor

You can definitely authenticate with external smtp’s, via local postfix relay. There are numerous tutorials on how to do this, search ’integrate postfix with x’, where x is your platform.

Avatar

Level 2

Thanks for your reply.

I will configure relay SMTP server for authenticate external SMTP server.

Thanks,

Best Regards

Daeho