Software Hosting and Development Services available at PKP Publishing Services
As the developers of Open Journal Systems, Open Conference Systems, Open Harvester Systems, and Open Monograph Press, the PKP team are experts in helping journal managers and conference organizers make the most of their online publishing projects. PKP Publishing Services offers support for:
As a customer of PKP Publishing Services, you will not only receive direct, personalized support from the PKP Development Team, but will be contributing to the ongoing development of the PKP applications. All funds raised by PKP Publishing Services go directly toward enhancing our free, open source software. For more information, please contact us.
General inquiries about the PKP.
Moderators: jmacgreg, michael, John, jheckman, barbarah, btbell, vgabler, bdgregg
Forum rules
Feel free to post general inquiries about the PKP Here. We'll also post notes of interest from time to time. You may also want to check out the
PKP blog.
by hagarridoa » Mon Jan 23, 2012 8:11 am
OJS as configured in the parameters to send secure mail using ESMTP, if you wanted to use TLS or SSL.
Authentication mechanisms are currently supported OJS (PLAIN | LOGIN | CRAM-MD5 | DIGEST-MD5)
There is no such function in the SMTPMailer.inc.php
This is the current configuration of our server:
;;;;;;;;;;;;;;;;;;
; Email Settings ;
;;;;;;;;;;;;;;;;;;
[email]
; Use SMTP for sending mail instead of mail()
smtp = On
; SMTP server settings
smtp_server = correo.urosario.edu.co
smtp_port = 587
; Enable SMTP authentication
; Supported mechanisms: PLAIN, LOGIN, CRAM-MD5, and DIGEST-MD5
smtp_auth = PLAIN
smtp_username = <usuario>
smtp_password = <contraseña >
I appreciate any help with this
=========================================================================
Envío de corres a través de SMTP seguro (ESMTP)
Como se configura en OJS los parámetros para poder enviar correo seguro utilizando ESMTP, si se quisiera utilizar TLS o SSL.
Los mecanismos de autenticación que actualmente soporta OJS son (PLAIN | LOGIN | CRAM-MD5 | DIGEST-MD5)
No existe esta función en el archivo SMTPMailer.inc.php
-
hagarridoa
-
- Posts: 1
- Joined: Mon Jan 23, 2012 7:26 am
- Location: Bogota, Colombia
by asmecher » Tue Jan 31, 2012 2:16 pm
Hi hagarridoa,
For TLS, you may be able to use PHP's tls:// wrapper. OJS uses the fsockopen function to connect to an SMTP server, so you can use the wrappers documented at
http://uk3.php.net/manual/en/transports.inet.php. OJS does support at least some subset of ESMTP -- for example, the EHLO command. I don't have an environment in which to test this at the moment, so please report back.
Regards,
Alec Smecher
Public Knowledge Project Team
-
asmecher
-
- Posts: 5759
- Joined: Wed Aug 10, 2005 12:56 pm
-
Return to General Discussion
Who is online
Users browsing this forum: No registered users and 2 guests