[Building Sakai] [Using Sakai] Reset password tool email without sender

Seth Theriault slt at columbia.edu
Thu Mar 7 19:46:54 PST 2013


On Thu, Mar 7, 2013 at 7:54 PM, Rafael Morales Gamboa
<rmorales at suv.udg.mx> wrote:

> We have installed the reset password tool on Sakai 2.9.0 and it is
> working fine but with one little problem: There is no sender in the message:
>
> From: "" <>
>
> This makes some email systems like Hotmail and Yahoo to consider it spam.
> The question is how can I fix this problem? I have tried to set a From
> in the validate.passwordreset email template, but it did not work.

[adding sakai-dev]

Do you have "support.email" set in your sakai.properties file?

At first glance, it looks like the code is assuming you have it set:

    emailTemplateService.sendRenderedMessages(templateKey ,
userReferences, replacementValues,
serverConfigurationService.getString("support.email"),
serverConfigurationService.getString("support.email"));

(account-validator-impl/src/java/org/sakaiproject/accountvalidator/logic/impl/ValidationLogicImpl.java:399)

Seth


More information about the sakai-dev mailing list