OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/docs/system-admin-guide/email/email-faq/README.md

50 lines
3.9 KiB

---
sidebar_navigation:
title: Email FAQ
priority: 001
description: Frequently asked questions regarding incoming and outgoing emails
robots: index, follow
keywords: incoming emails FAQ, inbound emails, send to OpenProject
---
# Frequently asked questions (FAQ) for incoming emails and email notifications
## What is the correct email address to send inbound emails to for the Enterprise cloud? And what should they look like?
The email address notifications@openproject.com is generally used for the OpenProject Cloud Edition. However, to distinguish between different OpenProject instances, each instance receives a unique token which becomes part of the email address. This email address has the format “notifications+6c1934deae3242...@openproject.com”.
You can find out the correct email address by opening an email which you have received from your OpenProject instance (e.g. an email for a work package update). To test the inbound email function you could answer such an email about a work package update and add a message. This message is processed regularly (every 10 minutes) by a background job and the respective work package will be updated. Your message will be added as a comment to the work package.
If you would like to create a new work package via email you can send the email to the respective email address of your OpenProject instance (which you can take from a work package update email). We recommend to save this email address for future use.
It is important to include all essential information in your email which are necessary to create a work package. On the one hand, this includes the title (set via the subject line of the e-mail), on the other hand, information such as the project in which the work package is to be created, the type, the status and, if applicable, other mandatory fields must be listed in the description. Examples of formatting can be found in the documentation: https://docs.openproject.org/installation-and-operations/configuration/incoming-emails/#format-of-the-emails.
An e-mail could therefore look roughly like this:
```
Addressee: notifications+6c1c6896e0d63aec8f47c76c390d802dd94b22794dfdd6588c84355a3140167@openproject.com (here you would have to enter the e-mail address of your OpenProject instance)
Subject: Test e-mail
E-mail content:
Project: test_project (Note: This is the identifier of your project (e.g. found in the project configuration))
type: Milestone
Status: new.
** This is the description text. **
```
You can also send files, which will then be attached to the work package.
Find out more about how to format the emails [here](https://docs.openproject.org/installation-and-operations/configuration/incoming-emails/#format-of-the-emails).
Expanding documentation (#9091) * changed screenshots for projects chapter * changed screenshots in gantt chart chapter * moved "aggregation by project" from work packages to Gantt chart chapter * changed some links * move reference to Excel sync out of Gantt chart chapter * small changes * add initial setup section for administrators to documentation Idea and main content from @ivangriggs Co-Authored-By: ivangriggs <77022874+ivangriggs@users.noreply.github.com> * smaller improvements to docs * improve documentation of manual and automatic scheduling mode * small improvements in docs * small changes * adding section for search options in OpenProject * move section about hourly rate defintion to system admin guide * formatting changes * explaining assignee filter options * change section header to make it detectable when searching for "projects overview" * clean up table of contents, make titles consistent, remove excessive space characters, etc. * update screenshots * changes to project overview docs * add screenshot for search bar * make info about aggregation of changes in activity and notifications easier detectable * small improvements * add info about non member and anonymous role * changes/additions * small changes * add additional options to access context menu * add sum feature for work package list to docs and change screenshot * add/improve info about email notifications * link fixes (necessary due to structural changes in documentation) * working in review comments * changes for time tracking activities * change screen shots for wiki - more functions section * change screenshots and improve description for meetings * improve detectability of mention feature * move FAQ in authentication * add how to reset password * improve explanation on how to un-archive projects * mention Mattermost integration * small correction
4 years ago
## How can I change the frequency of email updates?
You can change how often you receive email notifications [this way](../../system-settings/display-settings/#time-and-date-formatting). Another option would be to change you [notification settings](../../../getting-started/my-account/#email-notifications).
## Will I receive emails if a work package is due or overdue?
At the moment you won't receive emails if the deadline for a work package approaches. There is already a [feature request for this](https://community.openproject.org/projects/openproject/work_packages/7693/activity).
## I don't receive work package updates
Expanding documentation (#9091) * changed screenshots for projects chapter * changed screenshots in gantt chart chapter * moved "aggregation by project" from work packages to Gantt chart chapter * changed some links * move reference to Excel sync out of Gantt chart chapter * small changes * add initial setup section for administrators to documentation Idea and main content from @ivangriggs Co-Authored-By: ivangriggs <77022874+ivangriggs@users.noreply.github.com> * smaller improvements to docs * improve documentation of manual and automatic scheduling mode * small improvements in docs * small changes * adding section for search options in OpenProject * move section about hourly rate defintion to system admin guide * formatting changes * explaining assignee filter options * change section header to make it detectable when searching for "projects overview" * clean up table of contents, make titles consistent, remove excessive space characters, etc. * update screenshots * changes to project overview docs * add screenshot for search bar * make info about aggregation of changes in activity and notifications easier detectable * small improvements * add info about non member and anonymous role * changes/additions * small changes * add additional options to access context menu * add sum feature for work package list to docs and change screenshot * add/improve info about email notifications * link fixes (necessary due to structural changes in documentation) * working in review comments * changes for time tracking activities * change screen shots for wiki - more functions section * change screenshots and improve description for meetings * improve detectability of mention feature * move FAQ in authentication * add how to reset password * improve explanation on how to un-archive projects * mention Mattermost integration * small correction
4 years ago
If you use Community Edition or Enterprise on-premises and your email updates do not work please have a look at [this FAQ](../../../installation-and-operations/faq/#i-dont-receive-emails-test-email-works-fine-but-not-the-one-for-work-package-updates).
## Does my role in a project influence the email notifications I get?
No, not per se. The email notifications depend on whether you are a watcher, assignee or accountable for a work package and on the settings in your account.
However, if you e.g. can't see wiki pages due to the permissions of your role in the project you won't receive notifications about wiki page changes.