I managed to get inbound email working via Gmail by using sugarcrm.log and walking through the code line by line until I found the problem. Now I am working on outbound email. When I click send I get a blank screen as a response. SugarCRM has stopped processing without displaying any error message (same issue I had with inbound email).
When I look in sugarCRM.log these are the last lines written to the log.
06/16/07 18:46:07,602 [3556] DEBUG SugarCRM - Email sending ---------------------
06/16/07 18:46:07,603 [3556] DEBUG SugarCRM - Localization: translating [ Test Outbound via Gmail ] into ISO-8859-1
06/16/07 18:46:07,603 [3556] DEBUG SugarCRM - Localization: translating [ ] into ISO-8859-1
06/16/07 18:46:07,604 [3556] DEBUG SugarCRM - Localization: translating [ Test Outbound via Gmail ] into ISO-8859-1
Which PHP files are these debug lines in? I have searched for portions of these strings within files in the sugarCRM directory and come up empty.
Any ideas what file contain the debug line:
SugarCRM - Email sending ---------------------
Thanks for any help.
btw: I am using tls://smtp.gmail.com as my outbound server.


LinkBack URL
About LinkBacks



Reply With Quote
\modules\emails\email.php
Bookmarks