Re:Sending e-mails (15 viewing) (15) Guests
Favoured: 2
|
|
|
TOPIC: Re:Sending e-mails
|
franco (User)
Fresh Boarder
Posts: 3
|
|
Sending e-mails 1 Year, 8 Months ago
|
Karma: 0
|
|
Have this tiny application that sends e-mails, however, when I send one mail a message windows reports the mail sent and the main window will keep all info as if it is waiting for a second e-mail to be sent with same characteristics.
What I mean is, how do I clean up the main window when
a mail is sent!.
Any help will be appreciated.
Regards
Franco
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
kielsoft (User)
Junior Boarder
Posts: 31
|
|
Re:Sending e-mails 1 Year, 7 Months ago
|
Karma: 1
|
|
Try to set the TextBoxes and TextView to empty.
$TextBox->set_text("");
$TextView->get_buffer()->set_text("");
and then unset all the associated variables to sending the message.
Good Luck.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
jeff (User)
Fresh Boarder
Posts: 1
|
|
Re:Sending e-mails 1 Year, 6 Months ago
|
Karma: 0
|
|
Any news?
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
|