Hi Everybody,
I am using an email application in asp.net with c#
Ex:
I am sending an email where size is 40mb my question is want to increase the mail size i.e from 40mb to 60mb, How...?
Plz help me out asap
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Apr 6, 2011, 11:50 AM
Kiran NathPosted Apr 6, 2011, 12:47 AM
i just gave an example like 60MB
ok if we want to increase from 20MB to 30MB then how ......?
plz give some code or steps
Sam HobbsPosted Apr 5, 2011, 4:25 PM
I agree with the other replies that email is not the best solution for transferring a large amount of data.
Suthish NairPosted Apr 5, 2011, 1:32 PM
Kiran NathPosted Apr 5, 2011, 9:08 AM
i am sending pd's, so its size is too big
my team leader is saying to increase the size, so where and how should i increase...?
please help me out
Mahesh ChandPosted Apr 5, 2011, 9:04 AM
Just an advice. It is not recommended to send emails more than 3.0 MB in size. Not only it will block your server, network and users computer, it might also restrict user's access to other applications.
If file size is more than 3 MB, try to use FTP and other file transfer options.