/[projects]/dao/DaoAdresseVedligehold/src/main/java/dk/daoas/adressevedligehold/AddressReport.java
ViewVC logotype

Diff of /dao/DaoAdresseVedligehold/src/main/java/dk/daoas/adressevedligehold/AddressReport.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2937 by torben, Fri Feb 5 08:01:18 2016 UTC revision 2938 by torben, Fri Feb 12 22:44:24 2016 UTC
# Line 110  public class AddressReport { Line 110  public class AddressReport {
110                    
111          public static void sendMail(String subject, String htmlBody) {          public static void sendMail(String subject, String htmlBody) {
112                 Properties props = new Properties();                 Properties props = new Properties();
113                  props.put("mail.smtp.host", "10.30.1.28");                  props.put("mail.smtp.host", "mail.dao.int");
114                  //props.put("mail.smtp.host", "192.168.12.10");                  //props.put("mail.smtp.host", "192.168.12.10");
115                                    
116                  try {                  try {

Legend:
Removed from v.2937  
changed lines
  Added in v.2938

  ViewVC Help
Powered by ViewVC 1.1.20