Search: "smtp 25"
SMTP service address - DirectMail Documentation
service address (Sydney): smtpdm-ap-southeast-2.aliyun.com SMTP port: 25, 80, 465 (SSL encrypted).Note: Port 25 is currently ...
SMTP - Python - DirectMail Documentation
SMTP is 25 or 80. client.connect('smtpdm.aliyun.com', 25) #Open the DEBUG mode client.set_debuglevel(0 ...
SMTP-PHP - DirectMail Documentation
The following example shows how to send an email through SMTP using PHP. ?phprequire 'email.class.php';$mailto=' ...
SMTP - Java - DirectMail Documentation
The following example shows how to send an email through SMTP using Javamail. import javax.mail.*;import ...
SMTP - Csharp - DirectMail Documentation
port SmtpClient smtpClient = new SmtpClient("smtpdm.aliyun.com", 25); // Verify SMTP user ...
SMTP-Go - DirectMail Documentation
;The SMTP password set in the console" host := "smtpdm.aliyun.com:25" to := "Destination address" ...
SMTP - Ruby - DirectMail Documentation
'mail'Mail.defaults do delivery_method :smtp, :port = 25, :address = "smtpdm.aliyun.com" ...
SMTP-Nodejs - DirectMail Documentation
The following example shows how to send an email through SMTP using Nodejs. // load nodemailer as follows.// npm install ...
Send emails using SMTP - DirectMail Documentation
Enable SMTP email sending feature Log on to the DirectMail console. On the left-side navigation pane, click Sender ...
SMTP - Perl - DirectMail Documentation
The following example shows how to send an email through SMTP using Perl. # Swaks is an smtp of CURL, install it first:curl ...
  • 1
  • 2
  • 3
  • 4
  • ... 65
  • >
  •  Total 644 items