Exemple #1
0
 private void _bSmtpSendingWithSmtpAuthentication_Click(object sender, EventArgs e)
 {
     SMTP.SendingWithSmtpAuthentification form = new SMTP.SendingWithSmtpAuthentification(this.Configuration);
     form.ShowDialog();
 }
Exemple #2
0
 private void _bSmtpSendingWithSmtpAuthentication_Click(object sender, EventArgs e)
 {
     SMTP.SendingWithSmtpAuthentification form = new SMTP.SendingWithSmtpAuthentification(this.Configuration);
     form.ShowDialog();
 }