﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
29	GMail系統發信	elven	somebody	"{{{#!java
            Properties props = System.getProperties();
            props.put(""mail.smtp.auth"", ""true"");
            props.put(""mail.smtp.starttls.enable"", ""true"");
            props.put(""mail.smtp.host"", ""smtp.gmail.com"");
            props.put(""mail.smtp.port"", ""587"");

            Session session = Session.getInstance(props, new javax.mail.Authenticator() {
                protected PasswordAuthentication getPasswordAuthentication() {
                    return new PasswordAuthentication(""system@secudocx.com"", ""JI(system"");
                }
            });
}}}"	defect	new	major		component1				
