cancel
Showing results for 
Search instead for 
Did you mean: 

No mail in my Inbox

johnd
Champ in-the-making
Champ in-the-making
Hi,

I am a newbie in Alfresco. I am using alfresco community 4.0a. When i send an email to invite a new member a msg appear saying that the mail have benn sent with success and no error. But I don't find any mail in the destination address. Could you help me please?
This is the code from C:\Alfresco\tomcat\shared\classes\alfresco-global.properties.sample

#
# Outbound Email Configuration
#————-
mail.host=smtp.live.com
mail.port=25
mail.protocol=smtp
mail.username=my-email-address(I am using hotmail)
mail.password=my-email-password
mail.encoding=UTF-8
mail.from.default=alfresco@alfresco.org
mail.smtp.auth=true
mail.smtp.timeout=30000
mail.smtp.starttls.enable=false
mail.smtp.debug=false

Thanks
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
The file C:\Alfresco\tomcat\shared\classes\alfresco-global.properties.sample is a "sample" file and will have no effect.

Needs to be renamed to
C:\Alfresco\tomcat\shared\classes\alfresco-global.properties

johnd
Champ in-the-making
Champ in-the-making
Thank you for your quick response.

But I have two files inside C:\Alfresco\tomcat\shared\classes: alfresco-global.properties and alfresco-global.properties.sample.
When I deleted the first one and renamed the second, I couldn't connect to Alfresco Share.

This is the code of my Alfresco-global.properties


###############################

## Common Alfresco Properties #

###############################



dir.root=C:/Alfresco/alf_data



web.application.context.url=http://127.0.0.1:8080/alfresco


### database connection properties ###

db.driver=org.postgresql.Driver

db.username=alfresco

db.password=271219

db.name=alfresco

db.url=jdbc:postgresql://localhost:5432/${db.name}



### FTP Server Configuration ###

ftp.enabled=true

ftp.port=21

ftp.ipv6.enabled=false



### RMI service ports ###

alfresco.rmi.services.port=50500

avm.rmi.service.port=0

avmsync.rmi.service.port=0

attribute.rmi.service.port=0

authentication.rmi.service.port=0

repo.rmi.service.port=0

action.rmi.service.port=0

deployment.rmi.service.port=0




### External executable locations ###

ooo.exe=C:/Alfresco/openoffice/App/openoffice/program/soffice.exe

ooo.enabled=true

ooo.port=8100

ooo.port=8100

img.root=C:/Alfresco/imagemagick

img.dyn=${img.root}/lib

img.exe=${img.root}/convert

swf.exe=C:/Alfresco/swftools/pdf2swf.exe

jodconverter.enabled=false

jodconverter.officeHome=C:/Alfresco/openoffice/App/openoffice

jodconverter.portNumbers=8100



### Initial admin password ###

alfresco_user_store.adminpassword=607c1f26a38d0da538cc9f1a31044810



### E-mail site invitation setting ###

notification.email.siteinvite=true



### File Protocol Root ###

protocols.rootPath=/${spaces.company_home.childname}/${spaces.sites.childname}



### License location ###

dir.license.external=C:/Alfresco



### Solr indexing ###

index.subsystem.name=solr


Any Ideas?

Thanks.