Author Topic: smtp server change port  (Read 1642 times)

Offline Blackfort

  • Newbie
  • *
  • Posts: 1
smtp server change port
« on: March 09, 2023, 03:15:41 PM »
Hello,
 I'm trying to change the port of the smtp server.
see attachments this is in defaults.inc.php and added it in config.inc.php.
but they both didnt work still getting a error when trying to send it.

Offline Dmitry42

  • Full Member
  • ***
  • Posts: 232
Re: smtp server change port
« Reply #1 on: March 10, 2023, 11:20:42 PM »
Need check logs.

Another idea:

1. Try ssl://fullhostname:587. Here "fullhostname" - name from your SSL certs.
2. Try tls://fullhostname:587
3. If RC and SMTP on the same server you can try 'localhost:25'