Uses of Class
com.tencentcloudapi.ses.v20201002.models.CreateEmailIdentityRequest
-
Packages that use CreateEmailIdentityRequest Package Description com.tencentcloudapi.ses.v20201002 com.tencentcloudapi.ses.v20201002.models -
-
Uses of CreateEmailIdentityRequest in com.tencentcloudapi.ses.v20201002
Methods in com.tencentcloudapi.ses.v20201002 with parameters of type CreateEmailIdentityRequest Modifier and Type Method Description CreateEmailIdentityResponseSesClient. CreateEmailIdentity(CreateEmailIdentityRequest req)在使用身份发送电子邮件之前,您需要有一个电子邮件域名,该域名可以是您的网站或者移动应用的域名。您首先必须进行验证,证明自己是该域名的所有者,并且授权给腾讯云SES发送许可,才可以从该域名发送电子邮件。 -
Uses of CreateEmailIdentityRequest in com.tencentcloudapi.ses.v20201002.models
Constructors in com.tencentcloudapi.ses.v20201002.models with parameters of type CreateEmailIdentityRequest Constructor Description CreateEmailIdentityRequest(CreateEmailIdentityRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-