Re: Encountering attachment size limit using class htmlMimeMail



It's not the PHP memory limit you need to check. Open your ini file
and look for this:

upload_max_filesize = 2M

and change it to your required size.
.