Click or drag to resize

IFluentMailFrom Method (String)

Sets the author of this email ('From' header). This method can be used multiple times to set many addresses.

Namespace:  Limilabs.Mail.Fluent
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
IFluentMail From(
	string address
)

Parameters

address
Type: SystemString
Email address of the email's author.

Return Value

Type: IFluentMail
Email configuration.
See Also