Commit 7883d609 authored by l2m2's avatar l2m2

upload.

parent 20c027ac
var mail = require('topsin.mail');
var error = require('topsin.error');
var config = require("./config");
var err = mail.sendMail({
host:'10.90.78.10',
port: 443,
host:'192.168.0.108',
port: 9281,
auth_method:mail.AuthMethod.LOGIN,
connection_type:mail.ConnectionType.SSL,
from:'SLPLaserCtable.CCQ@cn.ats.net',
password: config.mail_password,
connection_type:mail.ConnectionType.TCP,
from:'114723704@qq.com',
password: 'xxx@971518',
to:'leon.li@topibd.com',
subject:'topjs mail test title',
subject:'TopJS Mail Forward Test',
content:'topjs mail test body18',
connection_timeout: 5000,
response_timeout: 20000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment