Outbound Emails

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • theodoz
    Junior Member
    • Apr 2017
    • 10

    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.
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi,

    Maybe error message is in your server's log.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • theodoz
      Junior Member
      • Apr 2017
      • 10

      #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

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #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

        • theodoz
          Junior Member
          • Apr 2017
          • 10

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

          Comment

          Working...