Hello everyone,
anyone please help me out
Error shows during test mail. i configured my .cfg file like this
# EMAIL CONFIGURATION #
#######################
# SMTP mail server (allows DSpace to send email notifications)
mail.server =
smtp.hostinger.com# SMTP mail server authentication username and password (if required)
mail.server.username =
in...@naankirukkan.inmail.server.password = dspace *****
# SMTP mail server alternate port (defaults to 25)
mail.server.port = 465
mail.server.useSSL=true
mail.server.useTLS=false
# From address for mail
# All mail from the DSpace site will use this 'from' address
mail.from.address =
in...@naankirukkan.inlog4j.logger.org.dspace.core.Email=DEBUG
# When feedback is submitted via the Feedback form, it is sent to this address
# Currently limited to one recipient!
feedback.recipient =
in...@naankirukkan.in# General site administration (Webmaster) e-mail
mail.admin =
in...@naankirukkan.in# Helpdesk E-mail
#mail.helpdesk = ${mail.admin}
#
mail.helpdesk.name = Help Desk
# Recipient for server errors and alerts (defaults to mail.admin)
alert.recipient = ${mail.admin}
# Recipient for new user registration emails (defaults to unspecified)
registration.notify = true
sudo /dspace/bin/dspace test-email
About to send test email:
- To:
in...@naankirukkan.in - Subject: DSpace test email
- Server:
smtp.hostinger.comError sending email:
- Error: jakarta.mail.MessagingException: Could not connect to SMTP host:
smtp.hostinger.com, port: 465;
nested exception is:
javax.net.ssl.SSLException: Unsupported or unrecognized SSL message
Please see the DSpace documentation for assistance.