Email OJS 2 Tidak Terkirim

All about OJS 2
Post Reply
kangslamet
Posts: 3
Joined: 03 Sep 2019, 19:03

Email OJS 2 Tidak Terkirim

Post by kangslamet »

Saya slamet mulyani,

izin bertanya, assign section editor saya coba kirim email. dan setelah dicek ternyata tidak ada email yang masuk ke email tujuan. Setelah itu saya coba kirim tes email ke registered email yang ada di jurnal saya, setelah dites ternyata memang tidak ada yang masuk sama sekali.

saya sudah coba setting config.inc.php seperti berikut:

Code: Select all

;;;;;;;;;;;;;;;;;;
; Email Settings ;
;;;;;;;;;;;;;;;;;;

[email]

; Use SMTP for sending mail instead of mail()
smtp = On

; SMTP server settings
smtp_server = "ssl://smtp.gmail.com"
smtp_port = 465

; Force the default envelope sender (if present)
; This is useful if setting up a site-wide noreply address
; The reply-to field will be set with the reply-to or from address.
; force_default_envelope_sender = Off

; Enable SMTP authentication
; Supported mechanisms: PLAIN, LOGIN, CRAM-MD5, and DIGEST-MD5
smtp_auth = TRAIN
smtp_username = "xxxxxxxxxxxxxx@gmail.com"
smtp_password = "xxxxxxxxxxxx"

; Allow envelope sender to be specified
; (may not be possible with some server configurations)
allow_envelope_sender = On

; Default envelope sender to use if none is specified elsewhere
default_envelope_sender = xxxxxxxxxxxxxxxxxx
tapi email masih tetap belum bisa terkirim juga. Mohon pencerahan para Senior sekalian

andri.putra.kesmawan
Posts: 252
Joined: 31 Dec 2016, 19:19
Location: Yogyakarta
Contact:

Re: Email OJS 2 Tidak Terkirim

Post by andri.putra.kesmawan »

coba port nya diganti, bisa jadi portnya.

kalau sudah diubah, tp masih blm bisa jgn2 penyedia hosting nya tdk mengakomodir untuk itu.
Andri Putra Kesmawan
Ketua Dewan Pengawas Relawan Jurnal Indonesia
andri.putra.k@mail.ugm.ac.id
https://andriputra.web.ugm.ac.id

rey1024
Posts: 1
Joined: 18 Apr 2022, 20:09

Re: Email OJS 2 Tidak Terkirim

Post by rey1024 »

Coba ganti

Code: Select all

smtp_auth = TRAIN
menjadi

Code: Select all

smtp_auth = PLAIN

Post Reply