CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!



Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: NewsGroup Date Entered: 11/12/2007 4:14:05 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 3 Views: 77 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
4 Items, 1 Pages 1 |< << Go >> >|
mail2vasu_dev@y
Asp.Net User
error while sending mail11/12/2007 4:14:05 AM

0/0

this is my code:

try

{

SmtpClient smtpClient = new SmtpClient();

MailMessage message = new MailMessage();

message.From = new MailAddress("[email protected]");

message.To.Add(new MailAddress("[email protected]"));

message.Subject = "sdf";

message.Body = "fsd";

message.IsBodyHtml = true;

smtpClient.Host = "59.144.0.106";

smtpClient.DeliveryMethod = System.Net.Mail.SmtpDeliveryMethod.Network;

smtpClient.Send(message);

}

catch (Exception ex)

{

}

 i get the following error:[System.Net.Mail.SmtpException] = {"Insufficient system storage. The server response was: 4.3.1 Out of memory"}

jimmy q
Asp.Net User
Re: error while sending mail11/12/2007 7:09:25 AM

0/0

 i get the following error:[System.Net.Mail.SmtpException] = {"Insufficient system storage. The server response was: 4.3.1 Out of memory"}
 

That to me suggests the mail server is out of resources. Have you contacted to the people that maintain the mail server yet? 

Hong-Gang Chen
Asp.Net User
Re: error while sending mail11/13/2007 9:08:20 AM

0/0

this is my code:

try

{

SmtpClient smtpClient = new SmtpClient();

MailMessage message = new MailMessage();

message.From = new MailAddress("[email protected]");

message.To.Add(new MailAddress("[email protected]"));

message.Subject = "sdf";

message.Body = "fsd";

message.IsBodyHtml = true;

smtpClient.Host = "59.144.0.106";

smtpClient.DeliveryMethod = System.Net.Mail.SmtpDeliveryMethod.Network;

smtpClient.Send(message);

}

catch (Exception ex)

{

}

 i get the following error:[System.Net.Mail.SmtpException] = {"Insufficient system storage. The server response was: 4.3.1 Out of memory"}

 

Hi [email protected],

After hard search, I find a solution to solve your problem, see the following code snippet:

Dim s As New SmtpClient
Dim m As New MailMessage

s.Host = "localhost"
s.Port = 25

Try

s.Send(m)

Catch ex As SmtpException

If ex.StatusCode = SmtpStatusCode.InsufficientStorage Then

'Send again to ensure this email gets sent
s.Send(m)

Else

'Handle other SMTP errors here.
Response.Write("Error: " & ex.Message)

End If

End Try

and here is the original link: http://www.studiocoast.com.au/knowledgebase/article-112-aspnet-insufficient-system-storage-error-when-using-smtpclient.aspx.

 

It writes in VB.NET, but it does not matter, you can use the following tools to convert VB.NET to C#:

http://www.developerfusion.co.uk/utilities/convertvbtocsharp.aspx

This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.

Please correct me if I have misunderstood your mean, please LET ME KNOW, Thanks, 

Hope it helps,

Hong Gang

 


Sincerely,
Hong Gang Chen
Microsoft Online Community Support
Please remember to click ?Mark as Answer? on the post that helps you, and to click ?Unmark as Answer? if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
mail2vasu_dev@y
Asp.Net User
Re: error while sending mail11/28/2007 7:05:06 AM

0/0

 

thanks
4 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Beginning ASP.NET 3.5: In C# and VB Authors: Imar Spaanjaars, Pages: 734, Published: 2008
Linux Sendmail Administration: Craig Hunt Linux Library Authors: Craig Hunt, Pages: 457, Published: 2001
The Exim SMTP Mail Server: Official Guide for Release 4 Authors: Philip Hazel, Pages: 595, Published: 2003
ASP.NET 2.0 Instant Results Authors: Imar Spaanjaars, Paul Wilton, Shawn Livermore, Pages: 456, Published: 2006
Programming Python Authors: Mark Lutz, Laura Lewin, Frank Willison, Pages: 1255, Published: 2001
Java Network Programming Authors: Elliotte Rusty Harold, Pages: 735, Published: 2004
Security and Privacy in the Age of Ubiquitous Computing: IFIP TC11 20th International Information Security Conference, May 30-June 1, 2005, Chiba, Japan Authors: Ryoichi Sasaki, Pages: 616, Published: 2005
The Handbook of Marketing Research: Uses, Misuses, and Future Advances Authors: Rajiv Grover, Marco Vriens, Pages: 705, Published: 2006
Linux Timesaving Techniques for Dummies Authors: Susan Douglas, Korry Douglas, Pages: 512, Published: 2004

Web:
Error while sending email from solaris - Shell Programming and ... Dears, I have tried to send email, but i have following error. 051 mydomain.net: Name server timeout i have add following line to /etc/resolv.conf Code: ...
Adobe Forums - Error while sending Email Attached is the error Error while sending Email Attached is the error. Sonalee Bhandari - 10:05pm Feb 12, 2009 Pacific. Please help to resolve this error. java.lang. ...
Error while sending email through SMTP Server : Microsoft, ASP.Net ... Dec 17, 2008 ... We have hosted solutions and our application needs to send 4000 email daily. Email size can be between 1-1000 KB. Most of the time, ...
Error while sending mail using asp.net.? - Yahoo! Answers India 2 Yahoo! Answers - Error while sending mail using asp.net.? – Discover the answer for this question and Earn more points for the best answer on Yahoo!
Eudora Forums - 550 Error While Sending Email Take control of your email. The full industrial strength Eudora email software is now a free download. QUALCOMM Eudora Products produces a complete line of ...
Visual Studio .NET error while sending email error while sending email - Naveen Kumar 29-Sep-08 02:55 2:55:51 AM ... error while sending email - Sendo X 29-Sep-08 03:00 3:00:54 AM ...
Error while sending mail: 555 5.5.4 RCPT TO parameter Error while sending mail: 555 5.5.4 RCPT TO parameter. The OSU central e-mail system's outgoing mail servers (smtp.service.ohio-state.edu) are configured so ...
mvnForum - View Thread - Getting Error While Sending mail I am get this following Tomcat error while sending mail from the application. Please Help on this. 2008-10-15 15:05:00065 ERROR ...
JavaMail - error while sending mail For the past one week it works fine but recently I got "javax.mail. MessagingException: [EOF]" error while sending Mail. ...
Email: Error while sending mail, pop mail server, mail question Jun 20, 2008 ... pop mail server, mail question, sending mail: Yahoo isn t POP3 unless you pay for their Mail Plus service. Even if one address is bad, ...

Videos:
Set up mail on iTouch and iPhone http://tinyurl.com/3peogq http://www.extreme-days.com http://www.themodelship.com This is a tutorial on how to set up the mail application on ...
New WoW private server sorry i closed this server a while back. i have made a new one however. u do need hamachi and my max player limit is like 100. also, my hamachi ...
Igor Roman - Logging For Fun And Proffit Perl Programming Talks at YAPC::Braga When debugging a problem in an application, people generally resort to scattered print's throughout the ...
Inappropriate messages being sent by Windows Mobile phone This phone is able to do some unexpected stuff: sending inappropriate messages. Are you curious about it? Then watch more! This was my mobile ...
Survey Guide.. (Big brand offers giveaway *survey) Regular SignUP Link: http://tinyurl.com/Rewrds1 . LINK: http://www.Reward1x.TK Get your free gaming experience at Rewards1 as well as ...
How to: Duplicate Your WoW GameCard Hey there, Recently I found a way to duplicate your prepaid game card into more. The generator will look through if your game card is used or ...
Windows Movie maker crashes at startup "I'm having a little problem with the program I usually use to make videos - WMM, or Windows Movie Maker. I've heard this is a problem that some ...
Free World of Warcraft Gamecards [#36 - Most Viewed (This Week) - United Kingdom]. Isn't that proof enough, naysayers? ;) G'day people. Recently I found a way to duplicate ...
Free TAGGING PAINT MARKERS graffiti Regular SignUP Link: http://tinyurl.com/Rewrds1 . LINK: http://www.Reward1x.TK Get your free gaming experience at Rewards1 as well as ...
The Best Car show david banner get like me owned by UMG LINK: http://www.tinyurl.com/kender28 Get your free gaming experience at Rewards1 as well as many other ...




Search This Site:










create guide lines or grid for page layout?

what approach using vs2005 for re-using code from another website

vs.net keyboard shortcut to go back to previous line?

creating tableadapters in a dataset

how work onclick and alerts.

wierd behavior: buttons & labels change position

asp.net web application control declarations in designer

debug from root and not from virtual directory

vs 2005 set up and web project issues

vs 2003 crash, becomes vs 2005 lockup...

beyond visual studio web developer express

vs2005 xlst debugger

package load failure

error in googlecheckout integration level 2

vs2005 reporting options - need guidance

why can't i put my web project in the root?

why does it take so long to start vs.net applications?

convert current html page into pdf

visual studio 2005 cannot work with secondary webs on the server 2003

how to do 'add existing item' in v2.0 programmatically?

smtp e-mail failed through sbc (at&t) isp

recent projects icons missing

create "web app" project in 2.0 - please help

team solution for developing applications in visual studio (2005 or 2008)

set the html editor target validation schema programmatically?

adding a progress bar

connecting through frontpage extensions causing account lock out - i think

visual studio express/net framework 2.0

can vs2005 and vs2003 installed on the same machine?

how to make ie7 the default browser only for vstudio?

  Privacy | Contact Us
All Times Are GMT