This screen contains options for configuring how Connect Daily will send EMail. Connect Daily sends EMails to notify Users about requested Resources, new Events, etc.
Once you have configured everything, you can test your configuration by clicking on the Test Mail Send button.
You can customize the message headers that are part of any message by editing the file mail-headers in the cdaily-3.4.16/WEB-INF directory.
The host name or IP Address of the computer that will deliver mail for Connect Daily. If you do not know what to use, you can look at your EMail account configuration information in your regular program. If you are still having difficulties, you will need to contact your system administrator. If your mail server runs on a different port than port 25, you can specify it by adding the port number to the host name. For example: smtp.gmail.com:587.
EMail address to use for for sending outbound EMails.
Turning this option on will generate additional troubleshooting messages to the system logs. Unless specifically directed to enable this by technical support, you should leave this set to No.
Troubleshooting Mail Sending
The first step to troubleshoot mail sending is to turn on Debug and examine the system logs. These will usually give you something to start with. The most common issues sending mail are:
As an anti-spam feature, many Internet Service Providers require their subscribers to login to their mailbox prior to using the SMTP server to send mail. If your ISP does this, enable this feature and configure the login information below.
This describes the kind of authentication method the mail server you use has. For most Users it will be POP3. If you are not sure, check your EMail Client account configuration. If you set the Login Protocol to SMTP/TLS then you must do the following:
openssl x509 -inform pem -in /etc/postfix/ssl/cacert.pem
-outform der -out TLSSignerCert.der
keytool -keystore <path to jre/lib/security>cacerts -import
-file TLSSignerCert.der -alias TLSSigner
The User name and account password to login to the mail server with.
If this option is set to yes, then any EMail addresses listed in the event contact info field will receive a message each time that event is edited or when it is deleted.
By default, EMail Notifications about changed events are only sent to people who have created a Reminder for an event. If you set this option to Yes, then anyone that received an EMail Notification about the added event will receive a Notification about the change. This Re-notification is accomplished by re-processing the Notification Requests with the changed event.
The time when Reminder Processing happens. It must be after midnight and ideally before most of the Users check their mail. The time is relative to the configured time zone.
To keep dead accounts from accumulating, Connect Daily requires Users to periodically confirm their subscription. This period is the amount of days that should pass before the User has to reconfirm their subscription.
Period in days the system should wait before deciding the Notification/Reminder account is dormant and delete it.
Number of background processes that should be used for sending Reminders and Notifications. If you have many subscribed Users, you may want to set this value higher. We recommend that you use between 1 and 5. If you have a really large number of subscribers and a fairly powerful server, you might want to set this value higher.