PowerMTA config smtp with api access

dorkeagles

Newbie
Joined
Apr 14, 2020
Messages
5
Reaction score
0
Hey friends
i'm a email marketer use a developped app i work with smtp's with my server
i had a config for it and it's work for me
exemple:

<domain *>
queue-to hotmail.queue
</domain>
<domain hotmail.queue>
use-unencrypted-plain-auth yes
auth-username "[email protected]"
auth-password "test1"
route smtp.service.com:587
use-starttls Yes
require-starttls Yes
max-smtp-out 3400
max-msg-per-connection 3000
max-msg-rate unlimited
max-rcpt-per-message 3000
max-connect-rate unlimited
</domain>


now i need a code pmta to use just api-key with url
like that


key-XXXXXXXXXXXXXXXXXXXXXXXXXX
https://api.domain.net/v3/domain.com/messages
 
Answer is in your config only.

<domain {URL-HERE}>
auth-password "API-HERE"

And the configuration your using is strange i don't know for what purpose your using it.

Good luck..
 
Answer is in your config only.

<domain {URL-HERE}>
auth-password "API-HERE"

And the configuration your using is strange i don't know for what purpose your using it.

Good luck..
Hey bro u r a senior in PMTA ,? u can help me priv8
 
Answer is in your config only.

<domain {URL-HERE}>
auth-password "API-HERE"
Answer is in your config only.

<domain {URL-HERE}>
auth-password "API-HERE"

And the configuration your using is strange i don't know for what purpose your using it.

Good luck..

And the configuration your using is strange i don't know for what purpose your using it.

Good luck..
Hey bro u r a senior in PMTA ,? u can help me priv8

Dosen't work for me
 

Attachments

  • pmta.PNG
    pmta.PNG
    12.1 KB · Views: 55
Thread moved.
 
Back
Top