Redmine es un gestor de proyectos el cual te avisa mediante correo electrónico  de las nuevas tareas o cambios en las mismas. Aquí es donde entra GMail en acción ;-)

Dejo la configuración que me ha funcionado por si le puede servir a alguien o por si la puedo reusar yo mismo.

production:
  delivery_method: :smtp
  smtp_settings:
    enable_starttls_auto: true
    tls: true
    address: "smtp.googlemail.com"
    port: 587
    domain: "smtp.googlemail.com" # 'your.domain.com' for GoogleApps
    authentication: :plain
    user_name: "micorreo@gmail.com"
    password: "mipass!"

Mas info en : redmineblog.com

Caregorias

Tags

  • gmail
  • google
  • redmine

jorge (not verified) Thu, 11/26/2015 - 19:04

Como enviar peticiones a redmine desde correo

Add new comment

Filtered HTML

  • Web page addresses and email addresses turn into links automatically.
  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
CAPTCHA
9 + 5 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.