Project

General

Profile

Actions

feature request #9758

closed

EmailService implemented

Added by Andreas Kohlbecker over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Highest
Category:
cdmlib
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Severity:
normal

Description

A service to send emails

Configuration of the following properties should be possible via a Spring-PropertySource:

# ===============================
# = MAIL configurations
# ===============================
  mail:
    default-encoding: UTF-8
    host: mail.bgbm.org
    username: sender@bgbm.org
    password: 09182309812
    port: 587
#    host: mailrelay.fu-berlin.de
#    username: test
#    password: test
#    port:
    properties:
      mail:
        smtp:
          auth: true
          starttls:
            enable: true
    protocol: smtp
    test-connection: false

For the actually implemented solution, see below ....


Related issues

Related to EDIT - feature request #9497: User self registration serviceClosedAndreas Kohlbecker

Actions
Actions

Also available in: Atom PDF