Click or drag to resize
EmailHelperSendEmail 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: SystemString
strTo
Type: SystemString
strMesg
Type: SystemString
strSubj
Type: SystemString
host
Type: SystemString
See Also