Hello,
Are there any attachment size limits with the email_message class?
My ISP says the server allows up to 10 mb of attachments but I can not send 2 4 mb attachments?
I am using
require("email_message.php");
require("smtp.php")
Manuel Lemos - 2012-07-30 21:15:52 - In reply to message 1 from Paul Graham
It depends on the memory limits of your PHP configuration as currently the class composes the message in memory before sending. Take a look at the output of phpinfo() to know the current memory limit.