1.5.2 Sending e-mails

For the registration of a local user account, as well as for other mail dispatch, a mail server must be configured. The configuration for this is as follows:

<user>
    <smtpServer>localhost</smtpServer>
    <!-- <smtpPort>25</smtpPort> -->
    <smtpUser></smtpUser>
    <smtpPassword></smtpPassword>
    <smtpSenderAddress>do-not-reply@viewer.example.org</smtpSenderAddress>
    <smtpSenderName>Goobi viewer</smtpSenderName>
    <smtpSecurity>NONE</smtpSecurity>
    <feedbackEmailAddressList>
        <address id="default" label="Contact" default="true">feedback@example.org</address>
        <address id="unicorn" label="Rainbow Unicorn">unicorn@example.org</address>
    </feedbackEmailAddressList>
</user>

The configuration given in the example sends via a local service (e.g. Postfix), which must be installed on the same server as the Goobi viewer itself.

Last updated