Click or drag to resize

Metodo DedNotifiesSendCustomMailWithSmtpSettings (String, ListDedUser, String, String, ListString)

Permette di inviare un'email con le credenziali presenti nelle impostazioni SMTP del Gestore notifiche.

Namespace:  DedNet.Core
Assembly:  DedNet (in DedNet.dll) Versione: 22.4.2.0 (22.4.2.0)
Sintassi
public void SendCustomMailWithSmtpSettings(
	string rawto,
	List<DedUser> users,
	string obj,
	string body,
	List<string> files
)

Parametri

rawto
Tipo: SystemString
users
Tipo: System.Collections.GenericListDedUser
Lista di utenti aggiuntivi da notificare
obj
Tipo: SystemString
Oggetto del messaggio
body
Tipo: SystemString
Corpo del messagggio
files
Tipo: System.Collections.GenericListString
Lista dei file da inviare
Vedi anche