Project

General

Profile

smtp with hMailServer (Windows Server 2008)

Added by Cipher X over 12 years ago

Hi all,

What setting do I need to set in order for Redmine 1.2.1 to work with a localhost SMTP server (hMailServer) thanks.

TIA


Replies (3)

RE: smtp with hMailServer (Windows Server 2008) - Added by Cipher X over 12 years ago

This is my setup file

  1. default configuration options for all environments
    default: # Outgoing emails configuration (see examples above)
    email_delivery:
    delivery_method: :smtp
    smtp_settings:
    address: localhost
    port: 25 # domain: # authentication: :login # user_name: # password:

Is this correct? Thanks

RE: smtp with hMailServer (Windows Server 2008) - Added by Cipher X over 12 years ago

I've set the configuration.yml smtp section to this below, but I now get 502 Proxy Error???
Is this the correct setting for use with hMailServer on Windows?

# default configuration options for all environments
default:
# Outgoing emails configuration (see examples above)
   email_delivery:
     delivery_method: :smtp
     smtp_settings:
       address: "localhost" 
       port: 25

RE: smtp with hMailServer (Windows Server 2008) - Added by Cipher X over 12 years ago

Bump...

Sorry, how do you get Redmine to send mail via Windows Server 2008? Many thanks.

    (1-3/3)