Home
last modified time | relevance | path

Searched defs:SMTPPort (Results 1 – 20 of 20) sorted by relevance

/dports/benchmarks/scimark2/scimark2-java-2.0_2/jnt/Bench/
H A DSendMail.java22 final static int SMTPPort = 25; field in SendMail
/dports/www/geronimo/geronimo-jetty8-javaee6-3.0-beta-1/var/config/
H A Dconfig-substitutions.properties48 SMTPPort = 25 key
/dports/security/vuls/vuls-0.13.7/vendor/github.com/knqyf263/gost/config/
H A Dconfig.go26 SMTPPort string `valid:"port"` member
/dports/www/gitea/gitea-1.16.5/services/forms/
H A Dauth_form.go49 SMTPPort int member
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/emailpkt/contrib/blat/
H A Dblat.cpp53 char SMTPPort[SERVER_SIZE]; variable
/dports/news/husky-hpt/husky-hpt-1.9.20191207/emailpkt/contrib/blat/
H A Dblat.cpp53 char SMTPPort[SERVER_SIZE]; variable
/dports/news/husky/husky-1.9.20191207/emailpkt/contrib/blat/
H A Dblat.cpp53 char SMTPPort[SERVER_SIZE]; variable
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/emailpkt/contrib/blat/
H A Dblat.cpp53 char SMTPPort[SERVER_SIZE]; variable
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/emailpkt/contrib/blat/
H A Dblat.cpp53 char SMTPPort[SERVER_SIZE]; variable
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/emailpkt/contrib/blat/
H A Dblat.cpp53 char SMTPPort[SERVER_SIZE]; variable
/dports/news/husky-htick/husky-htick-1.9.20191207/emailpkt/contrib/blat/
H A Dblat.cpp53 char SMTPPort[SERVER_SIZE]; variable
/dports/news/husky-areafix/husky-areafix-1.9.20191207/emailpkt/contrib/blat/
H A Dblat.cpp53 char SMTPPort[SERVER_SIZE]; variable
/dports/www/mattermost-server/mattermost-server-6.0.2/tests/
H A Dtest-config.json156 "SMTPPort": "2500", string
/dports/security/vuls/vuls-0.13.7/config/
H A Dconfig.go388 SMTPPort string `toml:"smtpPort,omitempty" valid:"port" json:"-"` member
/dports/www/mattermost-webapp/mattermost/config/
H A Dconfig.json224 "SMTPPort": "10025", string
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dconfig.go1547SMTPPort *string `access:"environment_smtp,write_restrictable,cloud_restr… member
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Dconfig.go1503SMTPPort *string `access:"environment_smtp,write_restrictable,cloud_restr… member
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dconfig.go1422SMTPPort *string `access:"environment,write_restrictable,cloud_restrictab… member
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dconfig.go1503SMTPPort *string `access:"environment_smtp,write_restrictable,cloud_restr… member
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Fax/
H A Dmod.rs9630 pub unsafe fn SMTPPort(&self) -> ::windows::runtime::Result<i32> { in SMTPPort() method