Mailparser not working
Posted by: apeza (41.87.150.---)
Date: July 04, 2023 04:30PM

Hello,
I'm using wampserver64 v3.3.1 and i would like to use php-mime-mail-parser/php-mime-mail-parser.
But for that i need to add php_mailparse to wamp.
I added it by pasting php_mailparse.dll (that i downloaded from [windows.php.net]) in C:\wamp64\bin\php\php7.4.33\ext and i added extension=mailparse in C:\wamp64\bin\php\php7.4.33\php.ini
Of course i restarted everything but when using the php-mime-mail-parser i get "Attempted to call function "mailparse_msg_parse_file" from namespace "PhpMimeMailParser"
php 7.4.33 and Symfony 3.3

Options: ReplyQuote
Re: Mailparser not working
Posted by: Otomatic (Moderator)
Date: July 04, 2023 09:19PM

Hi,

If you're using PHP as an Apache module, you'll need to add the extension to the phpForApache.ini file, i.e. the file opened by :
Left-click -> PHP -> php.ini [Apache module]

Do not edit or modify this file via Windows Notepad. Use a "real" text editor such as Notepad++ (free).

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.