Hi I am setting gmail in global properties but does not give any mail for recive in alfresco.

cancel
Showing results for 
Search instead for 
Did you mean: 
shivtechno
Member II

Hi I am setting gmail in global properties but does not give any mail for recive in alfresco.

Jump to solution

Hi All,

 I have been setting gmail with alfresco please see the below property code in global.properties it doesnt work for me

please suggest ..

Inbound Mail..

#
# Alfresco Email Service and Email Server
#-------------

# Enable/Disable the inbound email service.  The service could be used by processes other than
# the Email Server (e.g. direct RMI access) so this flag is independent of the Email Service.
#-------------
 email.inbound.enabled=true

# Email Server properties
#-------------
 email.server.enabled=true
 email.server.port=25
 email.server.domain=gmail.com
#email.inbound.unknownUser=anonymous

# A comma separated list of email REGEX patterns of allowed senders.
# If there are any values in the list then all sender email addresses
# must match. For example:
#   .*\@alfresco\.com, .*\@alfresco\.org
# Allow anyone:
#-------------
email.server.allowed.senders=.*

For OutBound Mails:

### E-mail site invitation setting ###
notification.email.siteinvite=true
#
# Outbound Email Configuration
#-------------
mail.host=smtp.gmail.com
mail.port=465
mail.username=usenamemy@gmail.com
mail.password=password
mail.protocol=smtps
mail.smtps.starttls.enable=true
mail.smtps.auth=true

Regards,

Shivkumar

1 Solution

Accepted Solutions
vikash_patel
Established Member

Re: Hi I am setting gmail in global properties but does not give any mail for recive in alfresco.

Jump to solution
email.server.domain=public server domain name

this is the domain name where your alfresco is hosted/running.

For more information.

Please refer these links.

Key to Content: Upload Files to Alfresco via Email -- Inbound Emails 

Inbound SMTP Email Server Configuration 

View solution in original post

2 Replies
vikash_patel
Established Member

Re: Hi I am setting gmail in global properties but does not give any mail for recive in alfresco.

Jump to solution
email.server.domain=public server domain name

this is the domain name where your alfresco is hosted/running.

For more information.

Please refer these links.

Key to Content: Upload Files to Alfresco via Email -- Inbound Emails 

Inbound SMTP Email Server Configuration 

shivtechno
Member II

Re: Hi I am setting gmail in global properties but does not give any mail for recive in alfresco.

Jump to solution

Thanks Vikash,

This is helpful .

Reagards,

Shiv