Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Email - SMTP with GMail

Email - SMTP with GMail

Added by Andy Stevenson about 9 years ago

I think this is my last hurdle…

Open Project reports email sent successfully, but it never arrives. I’ve been reading around the problem but can’t seem to land on a solution.

My config looks like this:

@
production:
email_delivery_method: “smtp”
smtp_enable_starttls_auto: true
smtp_address: “smtp.gmail.com”
smtp_port: 587
smtp_domain: “smtp.gmail.com” # ‘your.domain.com’ for GoogleApps
smtp_authentication: :plain
smtp_user_name: “xxxx@gmail.com”
smtp_password: “xxxxxxxx”
@

I’ve had a read through this:
http://redmineblog.com/articles/setup-redmine-to-send-email-using-gmail/

but I’m not sure it’s telling me to do anything that the open project install hasn’t already done?

Any suggestions most appreciated.

Thanks
Andy


Replies (1)

RE: [solved] Email - SMTP with GMail - Added by Andy Stevenson about 9 years ago

It seems an upgrade of ruby was all it took.

  • (1 - 1/1)
Loading...