Project

General

Profile

« Previous | Next » 

Revision 54959

[Trunk]

Email sEnder:
comment notification functions
add property for auth
read emailScheduler.sendEmailNotifications from properties

View differences:

springContext-claimsDemo.xml
126 126
        <property name="password" value="${services.claims.mail.password}"/>
127 127
        <property name="host" value="${services.claims.mail.host}"/>
128 128
        <property name="port" value="${services.claims.mail.port}"/>
129
        <property name="auth" value="${services.claims.mail.auth}"/>
129 130
        <property name="from" value="${services.claims.mail.from}"/>
130 131
        <property name="contactMail" value="${services.claims.mail.contactMail}"/>
131 132
        <property name="specialRecipients" value="${services.claims.mail.specialRecipients}"/>
......
153 154
    </bean>
154 155

  
155 156
    <bean id="emailScheduler" class="eu.dnetlib.data.emailSender.EmailScheduler">
156
        <property name="sendEmailNotifications" value="true"/>
157
        <property name="sendEmailNotifications" value="${emailScheduler.sendEmailNotifications}"/>
157 158
        <property name="beautySleep" ref="beautySleep"/>
158 159
        <property name="targetHour" ref="targetHour"/>
159 160
        <property name="targetMinute" ref="targetMinute"/>

Also available in: Unified diff