Posts Tagged ‘Email’

Email Maximum Attachment Size

Do you know how big size of files can be attached in your email ? The email service providers always change their email attachment size limitation. We collect the information just based on the current rules from the popular email services.   Note: Before you get to know the attachment size, you have to know [...]

Leave a Comment

Shorten the long link

You might have a long website URL to want to share with your friend, the popular sharing methods are email, IM, and also the most popular tools Twitter, Facebook, and you might use your cell phone. For example, we have this URL which it is a real link for ebay item list: http://photography.shop.ebay.com/Digital-Cameras-/31388/i.html?LH_ItemCondition=1000&LH_TopRatedSellers=1&LH_FS=1&LH_Price=20..%40c&_nkw=Canon+%28SX230+HS%2C+500+HS%2C+300+HS%2C+100+HS%2C+A800%2C+A1200%2C+A2200%2C+A3300+IS%29&_trkparms=65%253A15%257C66%253A2%257C39%253A1&rt=nc&_dmpt=Digital_Cameras&_mPrRngCbx=1&_sticky=1&_trksid=p5197.m621&_sop=12&_sc=1%26clkid%3D100673974772410415&_qi=RTM866480 So, you [...]

Leave a Comment

Send Email in ASP.Net 2.0

There are some changes using ASP.NET 2.0 to handle email stuff. Here is good sample article which provided by Gowrisankar K : “Send Email in ASP.Net 2.0 – Feed back Form” … The Send mail functionality is similar to Dotnet 1.1 except for few changes    1. System.Net.Mail.SmtpClient is used instead of System.Web.Mail.SmtpMail (obsolete in [...]

Comments (7)