Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mail Manager / Not connect
#1
Hello, I am not being able to configure the mail manager. When I put the account data, it was saving and hung for a long time.

The console from Google Chrome showme this :

DOM] Found 2 elements with non-unique id #_mail_replyfrm_: (More info: https://goo.gl/9p2vKq) <form action=​"javascript:​void(0)​" method=​"POST" id=​"_mail_replyfrm_" enctype=​"multipart/​form-data" name=​"submit">​…​</form>​ <form action=​"javascript:​void(0)​" method=​"POST" id=​"_mail_replyfrm_" enctype=​"multipart/​form-data" name=​"submit">​…​</form>​
index.php?action=index&module=MailManager:1 [DOM] Found 2 elements with non-unique id #_mail_replyfrm_bcc_: (More info: https://goo.gl/9p2vKq) <input type=​"text" name=​"bcc" class=​"detailedViewTextBox" id=​"_mail_replyfrm_bcc_" style=​"width:​85%;​">​ <input type=​"text" name=​"bcc" class=​"detailedViewTextBox" id=​"_mail_replyfrm_bcc_" style=​"width:​85%;​">​
index.php?action=index&module=MailManager:1 [DOM] Found 2 elements with non-unique id #_mail_replyfrm_body_: (More info: https://goo.gl/9p2vKq) <textarea name=​"body" id=​"_mail_replyfrm_body_" rows=​"20" class=​"detailedViewTextBox" style=​"height:​ 100%;​">​</textarea>​ <textarea name=​"body" id=​"_mail_replyfrm_body_" rows=​"20" class=​"detailedViewTextBox" style=​"height:​ 100%;​">​</textarea>​
index.php?action=index&module=MailManager:1 [DOM] Found 2 elements with non-unique id #_mail_replyfrm_cc_: (More info: https://goo.gl/9p2vKq) <input type=​"text" name=​"cc" class=​"detailedViewTextBox" id=​"_mail_replyfrm_cc_" style=​"width:​85%;​">​ <input type=​"text" name=​"cc" class=​"detailedViewTextBox" id=​"_mail_replyfrm_cc_" style=​"width:​85%;​">​
index.php?action=index&module=MailManager:1 [DOM] Found 2 elements with non-unique id #_mail_replyfrm_replyto_: (More info: https://goo.gl/9p2vKq) <input type=​"text" name=​"replyto" class=​"detailedViewTextBox" id=​"_mail_replyfrm_replyto_" style=​"width:​85%;​">​ <input type=​"text" name=​"replyto" class=​"detailedViewTextBox" id=​"_mail_replyfrm_replyto_" style=​"width:​85%;​">​
index.php?action=index&module=MailManager:1 [DOM] Found 2 elements with non-unique id #_mail_replyfrm_subject_: (More info: https://goo.gl/9p2vKq) <input type=​"text" name=​"subject" class=​"detailedViewTextBox" id=​"_mail_replyfrm_subject_">​ <input type=​"text" name=​"subject" class=​"detailedViewTextBox" id=​"_mail_replyfrm_subject_">​
index.php?action=index&module=MailManager:1 [DOM] Found 2 elements with non-unique id #_mail_replyfrm_to_: (More info: https://goo.gl/9p2vKq) <input type=​"text" name=​"to" class=​"detailedViewTextBox" id=​"_mail_replyfrm_to_" style=​"width:​85%;​">​ <input type=​"text" name=​"to" class=​"detailedViewTextBox" id=​"_mail_replyfrm_to_" style=​"width:​85%;​">​
index.php?action=index&module=MailManager:1 [DOM] Found 2 elements with non-unique id #attachmentCount: (More info: https://goo.gl/9p2vKq) <input type=​"hidden" name=​"attachmentCount" class=​"detailedViewTextBox" id=​"attachmentCount">​ <input type=​"hidden" name=​"attachmentCount" class=​"detailedViewTextBox" id=​"attachmentCount">​
index.php?action=index&module=MailManager:1 [DOM] Found 2 elements with non-unique id #calltype: (More info: https://goo.gl/9p2vKq) <input type=​"hidden" class=​"small" name=​"calltype" id=​"calltype" value=​"mailManager">​ <input type=​"hidden" class=​"small" name=​"calltype" id=​"calltype" value=​"mailManager">​
index.php?action=index&module=MailManager:1 [DOM] Found 2 elements with non-unique id #docids: (More info: https://goo.gl/9p2vKq) <input type=​"hidden" name=​"docids" class=​"detailedViewTextBox" id=​"docids">​ <input type=​"hidden" name=​"docids" class=​"detailedViewTextBox" id=​"docids">​
index.php?action=index&module=MailManager:1 [DOM] Found 2 elements with non-unique id #emailid: (More info: https://goo.gl/9p2vKq) <input type=​"hidden" name=​"emailid" class=​"detailedViewTextBox" id=​"emailid">​ <input type=​"hidden" name=​"emailid" class=​"detailedViewTextBox" id=​"emailid">​
index.php?action=index&module=MailManager:1 [DOM] Found 2 elements with non-unique id #msgtpopup_type: (More info: https://goo.gl/9p2vKq) <input type=​"hidden" class=​"small" name=​"msgtpopup_type" id=​"msgtpopup_type" value=​"MsgTemplate">​ <input type=​"hidden" class=​"small" name=​"msgtpopup_type" id=​"msgtpopup_type" value=​"MsgTemplate">
Reply
#2
Have you read this

https://corebos.com/documentation/doku.php?id=en:adminmanual:outgoingserver

?

and tried debugging to see if the conversation gives you any clue as to where the issue may be
Joe
TSolucio
Reply
#3
(02-06-2021, 09:38 AM)joebordes Wrote: Have you read this

https://corebos.com/documentation/doku.php?id=en:adminmanual:outgoingserver

?

and tried debugging to see if the conversation gives you any clue as to where the issue may be

Hi Joe
My problem is with incoming mail only. Outgoing mail its OK.
Before doing the test in this domain/hosting (Webempresa) I did it in another that I have (Bluehost) and the incoming mail worked for me too. 
I assume that it may be some technical question of Webempresa hosting PHP configuration that I do not have as much control as if I have it with Bluehost, however I would like to see some way to track the error through some LOG since it seems that inspecting the page from the browser does not give me any relevant data.

In debub mode, extract this....

Can't connect to imap.gmail.com,993: Connection timed out (message in COREBOS FRONT END)


/index.php?module=ModTracker&action=ModTrackerAjax&file=getjslanguage:1 Uncaught SyntaxError: Unexpected token '<'
/favicon.ico:1 Failed to load resource: the server responded with a status of 404 ()
index.php?action=index&module=MailManager:1 Uncaught SyntaxError: Unexpected token < in JSON at position 0
at JSON.parse (<anonymous>)
at Object.<anonymous> (VM3103 MailManager.js:118)
at i (jquery.js:2)
at Object.fireWith [as resolveWith] (jquery.js:2)
at y (jquery.js:4)
at XMLHttpRequest.c (jquery.js:4)
index.php?action=index&module=MailManager:1 Uncaught SyntaxError: Unexpected token < in JSON at position 0
at JSON.parse (<anonymous>)
at Object.<anonymous> (general.js:3405)
at i (jquery.js:2)
at Object.fireWith [as resolveWith] (jquery.js:2)
at y (jquery.js:4)
at XMLHttpRequest.c (jquery.js:4)
VM3136 index.php:1 Uncaught SyntaxError: Unexpected token < in JSON at position 0
at JSON.parse (<anonymous>)
at Object.<anonymous> (VM3103 MailManager.js:359)
at i (jquery.js:2)
at Object.fireWith [as resolveWith] (jquery.js:2)
at y (jquery.js:4)
at XMLHttpRequest.c (jquery.js:4)
Reply
#4
Hi, problem resolve.
Web empresa close PORT 993 for security.

I asked them to open it, and it works perfect
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)