Van
Posts: 7
|
| Posted: 06/16/2005, 3:36 AM |
|
I use Jmail to send a email to an blackberry if anybody
log in. I defined a on click event to the login in button
and if the login was successful it send a email over Jmail.
What works fine. Today the smtp server was not available.
And I got a error message in the Browser like following:
What I afraid is not the error message self but you can read here
a codeless passwort in post data. How can I change this ?
Fehlertyp:
jmail.SMTPMail (0x8000FFFF)
The message was undeliverable. All servers failed to receive the message
/STD/emp/emp_logon_starttime_events.asp, line 57
Browsertyp:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
Seite:
POST 70 bytes to /std/emp/emp_logon_starttime.asp
POST Data:
login=F.Helm&suffix_name=F.Helm&id_emp=29&id_roster=533&password=empty
|
 |
 |
Van2
|
| Posted: 06/30/2005, 1:07 AM |
|
solution:
JMail.silent = true
Set to true, JMail will not trow exceptions. Instead JMail.execute() will return true or false depending on the success of the operation
|
|
|
 |
|