-
How can I send the Email over Port 587 (STARTTLS) instead of default 487 (TLS)? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 20 replies
-
Hey! You can specify your email servers port on the first run of ackee-report. The program will ask you to input a few options (like your Ackee host), including the port of your email server. Just enter the port i.e. 587, when asked to input the "email port". You can also change the port later in the config file (run This is also described in the documentation under email-setup. Does this answer your question? |
Beta Was this translation helpful? Give feedback.
-
Config (redacted) {
"ackee": {
"token": "68d9341f-1ab2-4514-8cb8-f0b138d34573",
"server": "https://ackee.server.kaaaxcreators.de/"
},
"email": {
"port": "587",
}
} Command:
Turning on smtps in postfix fixed it, but still a feature request |
Beta Was this translation helpful? Give feedback.
Config (redacted)
Command:
ackee-report email -d all -t <email>