Vacation Mail Encoding

  • Hi,


    I setup auto-reply email message on admin panel. Unfortunately the hungarian special characters are wrong in the answer mail and

    almost unreadable.


    "2019.07.15-tol 2019.07.21-ig nem vagyok az irodában.
    Kérdés esetén kérem"


    I found this solution here on the forum:


    $out->attach(

    Type => 'text/plain; charset=utf-8',

    #Encoding => '8bit',

    Encoding => 'base64',

    Description => 'Mail User Auto-Reply Message',

    Data => (keys %{$rdata})[0];

    );


    /var/www/imscp/engine/messenger/imscp-arpl-msgr



    My question is: which service must restart to reload the system this config file?


    Thank you!


    b.