Click or drag to resize
EmailHelper.SendEmail Method

Namespace: SxcUtilsLib
Assembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntax
public static void SendEmail(
	string strFrom,
	string strTo,
	string strMesg,
	string strSubj,
	string host
)

Parameters

strFrom
Type: System.String
strTo
Type: System.String
strMesg
Type: System.String
strSubj
Type: System.String
host
Type: System.String
See Also