Page 1 of 1

Email OJS 2 Tidak Terkirim

Posted: 15 Apr 2022, 19:06
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

Re: Email OJS 2 Tidak Terkirim

Posted: 18 Apr 2022, 09:31
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.

Re: Email OJS 2 Tidak Terkirim

Posted: 20 Apr 2022, 11:39
by rey1024
Coba ganti

Code: Select all

smtp_auth = TRAIN
menjadi

Code: Select all

smtp_auth = PLAIN