cancel
Showing results for 
Search instead for 
Did you mean: 

email not being sent

fairviewit
Champ in-the-making
Champ in-the-making
I am trying to send out invites he site says they are sent successfully but are never received.

I have tired these settings
### E-mail site invitation setting ###
notification.email.siteinvite=true

mail.host =xxxdev.xxx.local 
mail.userName=Sxxxxl
mail.password=xxxxxxx
mail.smtp.auth=true
mail.smtp.debug=false
mail.smtp.timeout=30000
mail.smtp.starttls.enable=false

this works in an asp.net app

I have also tried
mail.host=smtp.xxxxx.net
this works in production asp.net web pages

I have even put in false information and it still claims that the emails were sent successfully.

I am editing C:\Alfresco\tomcat\shared\classes\alfresco-global.properties

any idea?

The invites had been working but the email server it was using is no longer available.

2 REPLIES 2

akula_venkat
Champ in-the-making
Champ in-the-making
check your mail server logs.Are they reaching your mail server

pawel_rzeszowsk
Champ in-the-making
Champ in-the-making
Hi,
Please check the following settings in you environment:

mail.host =xxxdev.xxx.local
mail.port=465
mail.userName=Sxxxxl@yourdomain.com
mail.password=xxxxxxx
mail.protocol=smtps
mail.starttls.enable=false
mail.encoding=UTF-8
mail.smtp.auth.mechanisms="PLAIN"
mail.smtps.auth=true

Regards,
Pawel Rzeszowski.