Software

503 valid RCPT command must precede DATA

If you receive the following message after you tried to send an email from MS Outlook, then it means that your outgoing server requires authentication:

503 valid RCPT command must precede DATA

Be the first to comment - What do you think?  Posted by Jules - February 22, 2010 at 11:11 pm

Categories: Computers, Software   Tags: , , ,

The name ‘ ‘ does not exist in the current context

When using C Sharp (C#) and you get the following debug error:

The name ‘  ‘ does not exist in the current context

Then you need to declare the name, i.e. define its type.

Be the first to comment - What do you think?  Posted by Capes - January 21, 2010 at 9:47 pm

Categories: Visual Studio Notes, c#   Tags:

HTML: How to add spaces within HTML Code

I f you add a space, HTML will normally remove it, but by adding the following within the HTML code you can avoid the space removal:

 

Be the first to comment - What do you think?  Posted by Capes - December 4, 2009 at 2:27 pm

Categories: HTML Notes   Tags:

Next Page »