Click or drag to resize
EmailHelperSendAuthenticatedEmail Method

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

Parameters

strFrom
Type: SystemString
strTo
Type: SystemString
strMesg
Type: SystemString
strSubj
Type: SystemString
host
Type: SystemString
user
Type: SystemString
pass
Type: SystemString
See Also