Hello,
DSpace SMTP settings are described in the documentation here:
https://wiki.duraspace.org/display/DSDOC6x/Configuration+Reference#ConfigurationReference-DSpaceEmailSettings
You can update those either in the dspace.cfg directly, or (as recommended
at the top of that Configuration Reference) you can copy those settings
into a local.cfg file (which will override any defaults in your dspace.cfg).
If you are specifically looking to configure DSpace to send email via
*Gmail*, that can be accomplished via the following settings in your
local.cfg:
# Mail Settings to support Gmail
mail.server = smtp.gmail.com
mail.server.username = [your-gmail-username]@gmail.com
mail.server.password = [your-gmail-password]
mail.server.port = 465
mail.extraproperties = mail.smtp.socketFactory.port=465, \
mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
mail.smtp.socketFactory.fallback=false
There are also additional mail settings that are documented in the
Configuration Reference (linked above) and can be found in the dspace.cfg
by looking for settings starting with "mail."
Good luck,
Tim
On Thu, May 10, 2018 at 2:04 AM Haimanot Birhanu <[email protected]>
wrote:
> Hey,
>
> This doesn't work for me so any suggestion?
>
>
> On Wednesday, May 9, 2018 at 3:58:37 PM UTC+3, Leidy Madroñero wrote:
>>
>> Hello
>>
>> Yo me he guiado basándome en este post:
>> http://dspacegeek.blogspot.com.co/2016/10/configure-gmail-with-dspace.html
>>
>> Espero le sea útil.
>>
>> Un saludo, lady.
>>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
--
Tim Donohue
Technical Lead for DSpace & DSpaceDirect
DuraSpace.org | DSpace.org | DSpaceDirect.org
--
You received this message because you are subscribed to the Google Groups
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.