Skip to content

Instantly share code, notes, and snippets.

View chanphy's full-sized avatar
🎯
Focusing

chanphy

🎯
Focusing
  • Tokyo, Xiamen
View GitHub Profile
@xb6
xb6 / gist:4491391
Created January 9, 2013 07:41
Java mail
package com.lxb.util;
/**
* 发送邮件需要使用的基本信息
*/
import java.util.Properties;
public class MailSenderInfo {
// 发送邮件的服务器的IP和端口
private String mailServerHost;
private String mailServerPort = "25";