We have trouble with email sending. We tried every tips which was provided on forum page by you or users. (comments off in email setting, tried writing PLAIN or LOGIN for smtp_auth, contacted with technical service
Best Regards,
Ferdi
********************************
System Infos:
OCS Current version 2.3.3.1
Server Information
OS platform WINNT
PHP version 5.3.6
Apache version Not available
Database driver mysql
Database server version 5.5.13
*************************************
Here is our php.ini email settings
- Code: Select all
[email]
; Use SMTP for sending mail instead of mail()
smtp = On
; SMTP server settings
smtp_server = mail.xxx.com
smtp_port = 587
; Enable SMTP authentication
; Supported mechanisms: PLAIN, LOGIN, CRAM-MD5, and DIGEST-MD5
smtp_auth = LOGIN
smtp_username = MYusername
smtp_password = MYpassword
; Allow envelope sender to be specified
; (may not be possible with some server configurations)
allow_envelope_sender = Off
; Default envelope sender to use if none is specified elsewhere
;default_envelope_sender = xxxx
; Enable attachments in the various "Send Email" pages.
; (Disabling here will not disable attachments on features that
; require them, e.g. attachment-based reviews)
enable_attachments = On
; Amount of time required between attempts to send non-editorial emails
; in seconds. This can be used to help prevent email relaying via OJS.
time_between_emails = 3600
; Maximum number of recipients that can be included in a single email
; (either as To:, Cc:, or Bcc: addresses) for a non-priveleged user
max_recipients = 10
; If enabled, email addresses must be validated before login is possible.
require_validation = On
; Maximum number of days before an unvalidated account expires and is deleted
validation_timeout = 14
