System Email Sender: Difference between revisions

From Lingoport Wiki
Jump to navigation Jump to search
Rdaly (talk | contribs)
 
(10 intermediate revisions by 2 users not shown)
Line 2: Line 2:


[[File:SystemEmailSenderConfiguration.jpg|700px|center]]
[[File:SystemEmailSenderConfiguration.jpg|700px|center]]
The System Email Sender set up the entity that will send project notifications.  It does not configure who will receive the notification emails.  That is set up in the individual project.


=View Email Configuration =
=View Email Configuration =
[Administrator]
[Administrator]
Only the Administrator can view the Email Sender configuration.
Only the Administrator can view the Email Sender configuration.


=Configure and Test Email =
=Configure and Test Email =
Fill in the information with the information requested. If any of the '''Localyzer Email Sender Settings''' are selected then a time interval will be prompted for.  If the username or password are incorrect or non-existent, then the Save will fail.  Select '''Save'''.
Select the '''Test''' button and an email will be sent to the Administrator email.
=Configuring Project Email Recipients =
[[File:ProjectConfigEmail.jpg|700px|center]]
When the project is created, on the last step, the user is asked about Granting Team and User Access, this includes email recipients.  The user creating the project is automatically set as a recipient, but can be unchecked and others added.
After project creation, the email recipients can be modified in the '''Edit Project Configuration -> Access Settings'''.
= Possible Port Configuration (587) =
Future Releases: Changes in the <code>install.conf</code> file.
* Enter the running container
* Create the `setenv.sh` file under Tomcat's bin directory, replace with the port number required (here 587).
  cat > /usr/local/tomcat/bin/setenv.sh << 'EOF'
  export CATALINA_OPTS="-Dmail.smtp.port=587 -Dmail.smtp.starttls.enable=true"
  EOF
* Grant execute permission to the file:
* Exit the container:
* Restart the container for the changes to take effect.
[[Users_%26_Teams|Next: Users & Teams]]

Latest revision as of 17:53, 26 March 2026

Introduction

The System Email Sender set up the entity that will send project notifications. It does not configure who will receive the notification emails. That is set up in the individual project.

View Email Configuration

[Administrator]

Only the Administrator can view the Email Sender configuration.

Configure and Test Email

Fill in the information with the information requested. If any of the Localyzer Email Sender Settings are selected then a time interval will be prompted for. If the username or password are incorrect or non-existent, then the Save will fail. Select Save.

Select the Test button and an email will be sent to the Administrator email.

Configuring Project Email Recipients

When the project is created, on the last step, the user is asked about Granting Team and User Access, this includes email recipients. The user creating the project is automatically set as a recipient, but can be unchecked and others added.

After project creation, the email recipients can be modified in the Edit Project Configuration -> Access Settings.

Possible Port Configuration (587)

Future Releases: Changes in the install.conf file.

  • Enter the running container
  • Create the `setenv.sh` file under Tomcat's bin directory, replace with the port number required (here 587).
 cat > /usr/local/tomcat/bin/setenv.sh << 'EOF'
 export CATALINA_OPTS="-Dmail.smtp.port=587 -Dmail.smtp.starttls.enable=true"
 EOF
  • Grant execute permission to the file:
  • Exit the container:
  • Restart the container for the changes to take effect.

Next: Users & Teams