Subversion Repositories javautils

Compare Revisions

Regard whitespace Rev 23 → Rev 22

/ViaThinkSoft Java Utils/test/eMailTests/TestConfiguration.java
4,6 → 4,7
// Ginge auch als Singleton
 
public final class TestConfiguration {
// Gott habe Mitleid mit dem Eigentümer dieser E-Mail-Adresse...
// Eine Wegwerfadresse für manuelle Tests kann auf
// www.10minutemail.com erstellt werden.
13,26 → 14,6
return SPAMMING_MAIL_ADDRESS;
}
public static String getSmtpHost() {
return "";
}
public static String getSmtpUsername() {
return "";
}
public static String getSmtpPassword() {
return "";
}
public static int getSmtpPort() {
return 25;
}
public static String getMailFrom() {
return getSpamAddress();
}
private TestConfiguration() {
}
}