Ferramentas do usuário

Ferramentas do site


redmine:email

Configuração de e-mail do Redmine

Pacote Debian

Editar /etc/redmine/«instancia»/configuration.yml:

default:
  # Outgoing emails configuration (see examples above)
  email_delivery:
    delivery_method: :smtp
    smtp_settings:
      address: "sistemas.tic.ufrj.br"
      port: "587"
      domain: "sistemas.tic.ufrj.br"
      authentication: :login
      user_name: "email@sistemas.tic.ufrj.br"
      password: "xxxx"
      enable_starttls_auto: true
      openssl_verify_mode: 'none'

Reiniciar o Apache HTTP:

# service apache2 restart
redmine/email.txt · Última modificação: 27/04/2021 12:05 por 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki