cancel
Showing results for 
Search instead for 
Did you mean: 

email setting

johan1974
Champ in-the-making
Champ in-the-making
Hello,

i try to make the email to work, so i can invite users when they become part of a group. I have set the repository.properties in C:\Alfresco\tomcat\webapps\alfresco\WEB-INF\classes\alfresco like this:

# Email configuration
mail.host=smtp.provider.nl
mail.port=25
mail.username=anonymous
mail.password=

After this i stopped and started alfresco again. But i get no email when i invite a user.  i have set the users mail adres to mine adress for testing.

Am i forgetting something here?

Thnx,

Johan
The netherlands
3 REPLIES 3

orion
Champ in-the-making
Champ in-the-making
Hello Johan1974,

# Email configuration
mail.host=smtp.provider.nl
mail.port=25
mail.username=anonymous (Here, you must provide the user that can access the SMTP server, by example johan1974)
mail.password= (Here, you must provide the password for that user, by example mypassword)

If you use Outlook or another Email Client, use the same user and password that use on those apllications.

Bye

johan1974
Champ in-the-making
Champ in-the-making
it works now. I was thinking for smtp you did not need to enter a username and password, only with pop3. Guess i was wrong  Smiley Very Happy

thnx!

tfpadilla
Champ in-the-making
Champ in-the-making
Hi Jonan and Orion.
Could you please help me a little more with this?

I have already configured email section like you specify but I am unable to make mails working.

Thanks a lot