kjm
This commit is contained in:
parent
47fdda05b4
commit
4e88e9d02f
@ -170,7 +170,6 @@ Public Class mail_auslesen
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
' Daten in DB speichern
|
' Daten in DB speichern
|
||||||
conn.Open()
|
conn.Open()
|
||||||
sqlcmd = New MySqlCommand("insert into `data` (`ID`, `from`, `to`, `subject`, `text`, `send`, `mailing_ohne_freigabe`) values ('" & lb_id.Text & "','" & tb_von.Text & "','" & tb_an.Text & "','" & tb_betreff.Text & "','" & rtb_mail_body.Text & "', '0','" & lb_mailing_ohne_freigabe.Text & "' )", conn)
|
sqlcmd = New MySqlCommand("insert into `data` (`ID`, `from`, `to`, `subject`, `text`, `send`, `mailing_ohne_freigabe`) values ('" & lb_id.Text & "','" & tb_von.Text & "','" & tb_an.Text & "','" & tb_betreff.Text & "','" & rtb_mail_body.Text & "', '0','" & lb_mailing_ohne_freigabe.Text & "' )", conn)
|
||||||
|
|||||||
@ -143,7 +143,6 @@ Public Class mail_sending
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
'MsgBox("Keine Empfänger definiert!")
|
'MsgBox("Keine Empfänger definiert!")
|
||||||
rtb_log.Text = rtb_log.Text & DateTime.Now & ": Keine Empfänger definiert!" & vbNewLine
|
rtb_log.Text = rtb_log.Text & DateTime.Now & ": Keine Empfänger definiert!" & vbNewLine
|
||||||
Exit Sub
|
Exit Sub
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user