Search: "smtp"
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 service address - DirectMail Documentation
SMTP service address (China East 1): smtpdm.aliyun.com SMTP service address (Singapore): smtpdm-ap-southeast-1.aliyun.com SMTP ...
SMTP - Python - DirectMail Documentation
The following example shows how to send an email through SMTP using Python. # -*- coding:utf-8 -*-import smtplibimport ...
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
The following example shows how to send an email through SMTP using Csharp. using System;using System.Collections.Generic;using ...
SMTP - Ruby - DirectMail Documentation
The following example shows how to send an email through SMTP using Ruby. # install `mail` gem first: `gem install mail`require ...
SMTP-Nodejs - DirectMail Documentation
The following example shows how to send an email through SMTP using Nodejs. // load nodemailer as follows.// npm install ...
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 ...
SMTP-Go - DirectMail Documentation
The following example shows how to send an email through SMTP using the Go language(Version 1.9). package mainimport ( " ...
  • 1
  • 2
  • 3
  • 4
  • ... 12
  • >
  •  Total 112 items