Sending to a different port for SMTP

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
MarisaG2
Posts: 13
Joined: 12 Aug 2022, 02:27
Location: South San Francisco, CA
Contact:

Sending to a different port for SMTP

Post by MarisaG2 »

My SMTP server listens on port 587 and not 25. How do I set this up in the mantisbt config? I tried putting ":587" after the host name but no luck...
--- https://msbob.org - Support for MS Bob user interface
--- https://mundosangre.gameplayer.club - Official site for the Mundo Sangre RPG
--- https://pocketmud.com - Support and hosting for the CoffeeMUD MUD engine
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Sending to a different port for SMTP

Post by atrol »

Add this line to file config/config_inc.php

Code: Select all

$g_smtp_port = 587;
Please use Search before posting and read the Manual
MarisaG2
Posts: 13
Joined: 12 Aug 2022, 02:27
Location: South San Francisco, CA
Contact:

Re: Sending to a different port for SMTP

Post by MarisaG2 »

Thanks! Will give that a try!
--- https://msbob.org - Support for MS Bob user interface
--- https://mundosangre.gameplayer.club - Official site for the Mundo Sangre RPG
--- https://pocketmud.com - Support and hosting for the CoffeeMUD MUD engine
MarisaG2
Posts: 13
Joined: 12 Aug 2022, 02:27
Location: South San Francisco, CA
Contact:

Re: Sending to a different port for SMTP

Post by MarisaG2 »

Hmm, still get a failed message... :(
--- https://msbob.org - Support for MS Bob user interface
--- https://mundosangre.gameplayer.club - Official site for the Mundo Sangre RPG
--- https://pocketmud.com - Support and hosting for the CoffeeMUD MUD engine
cas
Posts: 1622
Joined: 11 Mar 2006, 16:08
Contact:

Re: Sending to a different port for SMTP

Post by cas »

So what is the message, did you checked the logs?
Post Reply