Metodo DedNotifiesSendCustomMailWithSmtpSettings(String, ListDedUser, String, String, ListString)
|
Permette di inviare un'email con le credenziali presenti nelle impostazioni SMTP del Gestore notifiche.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public void SendCustomMailWithSmtpSettings(
string rawto,
List<DedUser> users,
string obj,
string body,
List<string> files
)
Public Sub SendCustomMailWithSmtpSettings (
rawto As String,
users As List(Of DedUser),
obj As String,
body As String,
files As List(Of String)
)
public:
void SendCustomMailWithSmtpSettings(
String^ rawto,
List<DedUser^>^ users,
String^ obj,
String^ body,
List<String^>^ files
)
member SendCustomMailWithSmtpSettings :
rawto : string *
users : List<DedUser> *
obj : string *
body : string *
files : List<string> -> unit
Parametri
- rawto String
- Lista di placeholder $USER$ oppure email
- users ListDedUser
- Lista di utenti aggiuntivi da notificare
- obj String
- Oggetto del messaggio
- body String
- Corpo del messagggio
- files ListString
- Lista dei file da inviare
Vedi anche