--- projects/cms/source/util/uk/org/iscream/cms/util/Smtp.java 2002/05/18 18:16:04 1.9 +++ projects/cms/source/util/uk/org/iscream/cms/util/Smtp.java 2002/05/21 16:47:19 1.10 @@ -1,5 +1,6 @@ /* * i-scream central monitoring system + * http://www.i-scream.org.uk * Copyright (C) 2000-2002 i-scream * * This program is free software; you can redistribute it and/or @@ -29,7 +30,7 @@ import java.io.*; * by the GJT. * * @author $Author: tdb $ - * @version $Id: Smtp.java,v 1.9 2002/05/18 18:16:04 tdb Exp $ + * @version $Id: Smtp.java,v 1.10 2002/05/21 16:47:19 tdb Exp $ */ public class Smtp { @@ -38,7 +39,7 @@ public class Smtp { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.9 $"; + public static final String REVISION = "$Revision: 1.10 $"; //---STATIC METHODS---