Click or drag to resize

IDomainSystemHostSendMail Method

Sends the mail message using a host specific SMTP server. The From e-mail address may be overridden by the host.

Namespace:  Aloe.SystemFrameworks.Domain.Core
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
void SendMail(
	MailMessage message
)

Parameters

message
Type: MailMessage
The message.
See Also