Hello
Install and configure CRM, after setting I noticed a mistake, do not come reminders for appointments and tasks, as well as not a test email is sent. Writes error Invalid address format immediately after installing the set off, and now there is. It turned out that in addFromString function comes empty variable $ address, in logs error sending e seen at what point is lost the address, and how to fix it?
__________________________________________________ ___________________________________________-
[2016-02-05 11:58:28] Espo.ERROR: API [POST]:/:controller/action/:action, Params:Array
(
[controller] => Email
[action] => sendTestEmail
)
, InputData: {"server":"smtp.masterhost.ru","port":465,"auth":t rue,"security":"SSL","username":"sales@adviana.ru" ,"password":"*****","fromName":"TEST","fromAddress ":"no-reply@site.ru","type":"outboundEmail","emailAddres s":"sales@site.ru"} - Invalid address format [] []
[2016-02-05 11:58:28] Espo.ERROR: Display Error: Invalid address format, Code: 0 URL: /api/v1/Email/action/sendTestEmail [] []
Comment