Click or drag to resize

IFluentMailFrom(String) Method

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.26106.1555
Syntax
IFluentMail From(
	string address
)

Parameters

address  String
Email address of the email's author.

Return Value

IFluentMail
Email configuration.
See Also