Send Email error

Hi,

I'm getting this error message when I’m trying to send an email at the end of the build process.

"Unable to Send Message (Send)"
"Message size exceeds fixed maximum message size"

This error occurs even when the message body contains one word.

When I run only the send email action alone it works fine.

What can cause this error?

Cheers.

Hi,

Are there any attachments to the Send Email action when it fails at the end of your build?

When you say that running the action alone it works, are you running the same action (with all the same settings, message and attachments) or did you create another send email action to test this? The fact that the action works when run on its own suggests, there is a difference in the configuration somewhere.

This error message occurs when the message you are attempting to send, exceeds the the message size limit configured on your email server. This size limit includes headers, text and attachments.

Regards,
Steve

Hi Steve,

Thanks for your detailed answer.

I used the same configurations in both cases. I didn't know that the size limit also includes the attachment (only 1MB ).

Anyway, I made some changes and it's working fine for the moment.

Cheers,

Ranch.

No problems. Glad to hear you got it working.

Regards,
Steve