Announcement

Collapse
No announcement yet.

Outbound Emails

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Outbound Emails

    Hello,
    I have a 500 error on the menu "Outbound Emails", when i click on the button "Send Test Email".
    For information, I have other CMS configured on SMTP and that work.
    I don't have errors displayed in the file /data/logs/.
    Where is the function for SMTP on EspoCRM ?

    Thank you for your reply .
    Last edited by theodoz; 04-14-2017, 04:43 AM.

  • #2
    Hi,

    Maybe error message is in your server's log.

    Comment


    • #3
      Hi,
      Server log -> PHP Fatal error: Call to undefined function Zend\Mail\Header\iconv_mime_decode() in /vendor/zendframework/zend-mail/src/Header/HeaderWrap.php on line 106

      Thank you for help.

      Comment


      • #4
        Hi
        Currently I'm developing an application with Zend Expressive. I'm using zend-mail to send a register email. However, here's the code: <?php namespace App\Mail\Service; use Zend\Mail\Transpor...

        Comment


        • #5
          Hello,
          I fixed the problem by activating the iconv PHP extension on my server.
          Thank you for your help.

          Comment

          Working...
          X