EPrints Technical Mailing List Archive
Message: #02810
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Re: Need to specify port, username and password for SMTP authentication
- To: eprints-tech@ecs.soton.ac.uk
- Subject: [EP-tech] Re: Need to specify port, username and password for SMTP authentication
- From: Lizz Jennings <e.jennings@bath.ac.uk>
- Date: Wed, 26 Mar 2014 12:35:02 +0000
I was struggling with this just this week, but found instead I could
use another SMTP server that was more suited to this kind of email.
I made these changes: Edit: /usr/share/eprints/perl_lib/EPrints/SystemSettings.pm 'smtp_server' => 'my.smtp.server', Edit: /usr/share/eprints/perl_lib/EPrints/Email.pm my $smtp = Net::SMTP->new( $smtphost, Hello => 'my.eprints.domain' ); (which is the bit just before where you put your username and password, I'm afraid I don't have line numbers to hand) Not sure that will help in your case, but it worked for me. Lizz On 25/03/2014 16:36, Jacob Wenzel
wrote:
I have EPrints v3.3.12 running in Ubuntu server 10.04. -- Lizz Jennings BA MSc ACLIP MCLIP (Revalidated 2013) Technical Data Officer The Library 4.10, University of Bath, Bath, BA2 7AY UK Ext. 3570 (External 01225 383570) E.Jennings@bath.ac.uk |
- Follow-Ups:
- [EP-tech] Re: Need to specify port, username and password for SMTP authentication
- From: Sebastien Francois <sf2@ecs.soton.ac.uk>
- [EP-tech] Re: Need to specify port, username and password for SMTP authentication
- References:
- [EP-tech] Need to specify port, username and password for SMTP authentication
- From: Jacob Wenzel <jw@energiakademiet.dk>
- [EP-tech] Need to specify port, username and password for SMTP authentication
- Prev by Date: [EP-tech] Need to specify port, username and password for SMTP authentication
- Next by Date: [EP-tech] Re: Need to specify port, username and password for SMTP authentication
- Previous by thread: [EP-tech] Need to specify port, username and password for SMTP authentication
- Next by thread: [EP-tech] Re: Need to specify port, username and password for SMTP authentication
- Index(es):