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.