dorkeagles
Newbie
- Apr 14, 2020
- 5
- 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
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