##// END OF EJS Templates
api: pull-requests, fixed invocation of merge as another user.
api: pull-requests, fixed invocation of merge as another user.

File last commit:

r3290:ac4e4e5a default
r3481:b5202911 default
Show More
setup-email.rst
30 lines | 1.1 KiB | text/x-rst | RstLexer
project: added all source files and assets
r1 .. _set-up-mail:
Set up Email
------------
docs: added SAML documentation....
r3290 To setup email with your |RCE| instance, open the default
project: added all source files and assets
r1 :file:`/home/{user}/.rccontrol/{instance-id}/rhodecode.ini`
file and uncomment and configure the email section. If it is not there,
use the below example to insert it.
docs: added SAML documentation....
r3290 Once configured you can check the settings for your |RCE| instance on the
project: added all source files and assets
r1 :menuselection:`Admin --> Settings --> Email` page.
.. code-block:: ini
################################################################################
## Uncomment and replace with the email address which should receive ##
## any error reports after an application crash ##
## Additionally these settings will be used by the RhodeCode mailing system ##
################################################################################
#email_to = admin@localhost
#app_email_from = rhodecode-noreply@localhost
#email_prefix = [RhodeCode]
#smtp_server = mail.server.com
#smtp_username =
#smtp_password =
#smtp_port =
#smtp_use_tls = false
#smtp_use_ssl = true