How to install mailparse module for PHP?

  • pecl install mailparse

Thats about it. If you move from a major PHP version to another, like from 5.2.x to 5.3.x you have to remove it first and reinstall it:

  • pecl uninstall mailparse && pecl install mailparse 

You cannot comment on this entry