Click here to Skip to main content
15,892,927 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: INPUT tag Pin
Scott Serl2-Apr-05 8:34
Scott Serl2-Apr-05 8:34 
GeneralJAVASCRIPT Pin
Member 15762691-Apr-05 8:22
Member 15762691-Apr-05 8:22 
GeneralRe: JAVASCRIPT Pin
JKroschel6-Apr-05 5:00
JKroschel6-Apr-05 5:00 
GeneralViewState with webUserControl & inheritance Pin
parsiphal1-Apr-05 1:21
parsiphal1-Apr-05 1:21 
GeneralNeed help with ASP, error trapping while sending email Pin
w1n7831-Mar-05 14:39
w1n7831-Mar-05 14:39 
GeneralDefault Button on HTML form Pin
Brian Van Beek31-Mar-05 11:17
Brian Van Beek31-Mar-05 11:17 
GeneralProblems making a proxy server Pin
shaiba31-Mar-05 6:19
shaiba31-Mar-05 6:19 
GeneralDare to Solve it Pin
vipul thakur31-Mar-05 4:12
vipul thakur31-Mar-05 4:12 
i have designed a client in JAVA to send and receive mail ,now the problem is , it(the software) is allowing only one email addr which @yahoo.co.in
(we connected client to smtp.mail.yahoo.com) for other email addrs it gives 507 authentication problem.(FOR MTNL CONNECTION)


SECONDLY it gives following err for every email id when connected to CABLE NET:



Mail.MailClient
DEBUG: setDebug: JavaMail version 1.3.2ea
DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.s
mtp.SMTPTransport,Sun Microsystems, Inc]
DEBUG SMTP: useEhlo true, useAuth true
DEBUG SMTP: trying to connect to host "smtp.mail.yahoo.com", port 25, isSSL fals
e
220 manage.24online ESMTP Sendmail 8.9.3/8.9.3; Sun, 27 Mar 2005 20:48:53 +0530
DEBUG SMTP: connected to host "smtp.mail.yahoo.com", port: 25

EHLO vipul-10od2y6fv
250-manage.24online Hello [172.16.51.5], pleased to meet you
250-EXPN
250-VERB
250-8BITMIME
250-SIZE
250-DSN
250-ONEX
250-ETRN
250-XUSR
250 HELP
DEBUG SMTP: Found extension "EXPN", arg ""
DEBUG SMTP: Found extension "VERB", arg ""
DEBUG SMTP: Found extension "8BITMIME", arg ""
DEBUG SMTP: Found extension "SIZE", arg ""
DEBUG SMTP: Found extension "DSN", arg ""
DEBUG SMTP: Found extension "ONEX", arg ""
DEBUG SMTP: Found extension "ETRN", arg ""
DEBUG SMTP: Found extension "XUSR", arg ""
DEBUG SMTP: Found extension "HELP", arg ""
DEBUG SMTP: use8bit false
MAIL FROM:<vipulthakur2004@yahoo.co.in>
250 <vipulthakur2004@yahoo.co.in>... Sender ok
RCPT TO:<vipulthakur2004@yahoo.co.in>
550 <vipulthakur2004@yahoo.co.in>... Relaying denied
DEBUG SMTP: Invalid Addresses
DEBUG SMTP: vipulthakur2004@yahoo.co.in
DEBUG SMTP: Sending failed because of invalid destination addresses
RSET
250 Reset state
javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
class com.sun.mail.smtp.SMTPSendFailedException: 550 <vipulthakur2004@ya
hoo.co.in>... Relaying denied

at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1072)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:492)
at Mail.MailClient.sendMessage(MailClient.java:410)
at Mail.MailClient$MyActionlistener.actionPerformed(MailClient.java:518)
QuestionGoogle ads without javascript? Pin
tantiboh30-Mar-05 12:11
tantiboh30-Mar-05 12:11 
AnswerRe: Google ads without javascript?--follow up question Pin
JKroschel6-Apr-05 5:35
JKroschel6-Apr-05 5:35 
GeneralWeb Services Extract/Insert SOAP Body Pin
Poiema30-Mar-05 7:20
Poiema30-Mar-05 7:20 
GeneralCross domain Javascript Pin
Esmo200030-Mar-05 4:09
Esmo200030-Mar-05 4:09 
GeneralNull value Pin
Brendan Vogt29-Mar-05 19:14
Brendan Vogt29-Mar-05 19:14 
GeneralRe: Null value Pin
Colin Angus Mackay30-Mar-05 4:23
Colin Angus Mackay30-Mar-05 4:23 
GeneralRe: Null value [Additional] Pin
Colin Angus Mackay30-Mar-05 19:50
Colin Angus Mackay30-Mar-05 19:50 
GeneralASP Log off Section Pin
Brendan Vogt29-Mar-05 19:06
Brendan Vogt29-Mar-05 19:06 
GeneralRe: ASP Log off Section Pin
AlanJones20053-Apr-05 23:16
AlanJones20053-Apr-05 23:16 
GeneralJavaScript String Comparison Pin
Brendan Vogt29-Mar-05 19:02
Brendan Vogt29-Mar-05 19:02 
GeneralRe: JavaScript String Comparison Pin
Esmo200030-Mar-05 5:10
Esmo200030-Mar-05 5:10 
GeneralRe: JavaScript String Comparison Pin
Yulianto.30-Mar-05 14:45
Yulianto.30-Mar-05 14:45 
GeneralSession Persistence Pin
Brendan Vogt29-Mar-05 18:57
Brendan Vogt29-Mar-05 18:57 
GeneralRe: Session Persistence Pin
Esmo200030-Mar-05 5:14
Esmo200030-Mar-05 5:14 
GeneralRe: Session Persistence Pin
theJazzyBrain6-Apr-05 1:47
theJazzyBrain6-Apr-05 1:47 
GeneralRe: Session Persistence Pin
Anonymous6-Apr-05 9:10
Anonymous6-Apr-05 9:10 
QuestionJavascript &quot;onsave&quot; event?? Pin
Anonymous29-Mar-05 4:38
Anonymous29-Mar-05 4:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.