Re: Sending and receiving mail with large attachment (More then 5MB)
Posted By:
Simon_Ablett
Posted On:
Wednesday, October 10, 2001 02:32 AM
Aatif,
Sending emails with such large attachments is not a good idea. The mail transport system was not designed for this purpose. In fact most servers will restrict the size of your attachments to 1Mb or less. If you need to transmit large data files why not use the FTP api and then simply mail the URL of the file.
Regards.