What is the maximum file size for an attachment in JMail 4.5. I use the function AddURLAttachment()
.
I'm getting the following error:
jmail.SMTPMail error '8000ffff'
The message was undeliverable. All servers failed to receive the message
I've checked the SMTP logs on the SMTP host; there is an entry that the message exceeded the maximum size. So that means that is not a problem with JMail, right? More like a problem with the SMTP settings.