server rejected the sender address


Go Back   Computer Help Articles > Outlook Express
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 04:55 PM
Sudhan
 
Posts: n/a
Default server rejected the sender address

hello sir,
i am trying to send mail form asp.net program where i am having a
domain name...
in my program i am using this code
SmtpMail.SmtpServer="mail.efinanceindia.com";
and in TO address i am trying to give suthan_ooty@yahoo.com
at this time i am resaving the error message server rejected the
sender address
what should i do any idea

Reply With Quote
  #2  
Old 01-05-2006, 04:55 PM
Frank Saunders, MS-MVP OE
 
Posts: n/a
Default Re: server rejected the sender address

"Sudhan" <jr.suthan@gmail.com> wrote in message
news:1135428698.624535.25220@g47g2000cwa.googlegro ups.com
> hello sir,
> i am trying to send mail form asp.net program where i am having a
> domain name...
> in my program i am using this code
> SmtpMail.SmtpServer="mail.efinanceindia.com";
> and in TO address i am trying to give suthan_ooty@yahoo.com
> at this time i am resaving the error message server rejected the
> sender address
> what should i do any idea


What is the complete error message?

--
Frank Saunders, MS-MVP OE
Please respond in Newsgroup only. Do not send email
http://www.fjsmjs.com
Protect your PC
http://www.microsoft.com./athome/sec...t/default.aspx
http://defendingyourmachine.blogspot.com/


Reply With Quote
  #3  
Old 01-05-2006, 04:55 PM
Sudhan
 
Posts: n/a
Default Re: server rejected the sender address

messag is
server rejected the sender address error:501

Reply With Quote
  #4  
Old 01-05-2006, 04:55 PM
Frank Saunders, MS-MVP OE
 
Posts: n/a
Default Re: server rejected the sender address

"Sudhan" <jr.suthan@gmail.com> wrote in message
news:1135429703.904184.97680@g43g2000cwa.googlegro ups.com...
> messag is
> server rejected the sender address error:501



No error codes?

Are you sending through the SMTP server for the ISP you are connected to?

--
Frank Saunders, MS-MVP OE
Please respond in Newsgroup only. Do not send email
http://www.fjsmjs.com

Reply With Quote
  #5  
Old 01-05-2006, 04:55 PM
N. Miller
 
Posts: n/a
Default Re: server rejected the sender address

On 24 Dec 2005 04:51:38 -0800, Sudhan wrote:

> hello sir,
> i am trying to send mail form asp.net program where i am having a
> domain name...
> in my program i am using this code
> SmtpMail.SmtpServer="mail.efinanceindia.com";
> and in TO address i am trying to give suthan_ooty@yahoo.com
> at this time i am resaving the error message server rejected the
> sender address
> what should i do any idea


On 24 Dec 2005 05:08:23 -0800, Sudhan wrote:

> messag is
> server rejected the sender address error:501


What, exactly, is "asp.net"? An MTA application? Are you authorized to use
"mail.efinanceindia.com"? If "asp.net" is an MTA, is it configured to
provide authorization information to "mail.efinanceindia.com"?

--
Norman
~Oh Lord, why have you come
~To Konnyu, with the Lion and the Drum
Reply With Quote
  #6  
Old 01-05-2006, 04:55 PM
Frank Saunders, MS-MVP OE
 
Posts: n/a
Default Re: server rejected the sender address

"N. Miller" <anonymous@msnews.aosake.net> wrote in message
news:5pd3pijv20mj.dlg@msnews.aosake.net...
> On 24 Dec 2005 04:51:38 -0800, Sudhan wrote:
>
> What, exactly, is "asp.net"? An MTA application? Are you authorized to use
> "mail.efinanceindia.com"? If "asp.net" is an MTA, is it configured to
> provide authorization information to "mail.efinanceindia.com"?
>
> --
> Norman



It's MS's newest programming environment: Visual Studio.NET

--
Frank Saunders, MS-MVP OE
Please respond in Newsgroup only. Do not send email
http://www.fjsmjs.com

Reply With Quote
  #7  
Old 01-05-2006, 04:55 PM
Charlie Tame
 
Posts: n/a
Default Re: server rejected the sender address

Sudhan (And Norman I guess)

I think this is a programming question that is more likely to get a good
answer in the Visuals Studio groups. Between the betas and the release some
things have changed quite a bit (It seems to me as an amateur) so if you can
find someone already using this it may help.

I assume you are talking about a mail form in a web page using the host's
mail server to send the completed e-mail. Of course for SMTP unless
authorization is used you will have to temporarily code in your own SMTP
server or something you know will work. I'm thinking that it's the Yahoo
server rejecting something though, is that right or is it the SMTP server?
You might want to give the actual error message if you ask in the Vstudio
groups.

Charlie

"N. Miller" <anonymous@msnews.aosake.net> wrote in message
news:5pd3pijv20mj.dlg@msnews.aosake.net...
> On 24 Dec 2005 04:51:38 -0800, Sudhan wrote:
>
>> hello sir,
>> i am trying to send mail form asp.net program where i am having a
>> domain name...
>> in my program i am using this code
>> SmtpMail.SmtpServer="mail.efinanceindia.com";
>> and in TO address i am trying to give suthan_ooty@yahoo.com
>> at this time i am resaving the error message server rejected the
>> sender address
>> what should i do any idea

>
> On 24 Dec 2005 05:08:23 -0800, Sudhan wrote:
>
>> messag is
>> server rejected the sender address error:501

>
> What, exactly, is "asp.net"? An MTA application? Are you authorized to use
> "mail.efinanceindia.com"? If "asp.net" is an MTA, is it configured to
> provide authorization information to "mail.efinanceindia.com"?
>
> --
> Norman
> ~Oh Lord, why have you come
> ~To Konnyu, with the Lion and the Drum



Reply With Quote
  #8  
Old 01-05-2006, 04:55 PM
Charlie Tame
 
Posts: n/a
Default Re: server rejected the sender address


"Frank Saunders, MS-MVP OE" <franksaunders@mvps.org> wrote in message
news:unxgzUMCGHA.740@TK2MSFTNGP12.phx.gbl...
> "N. Miller" <anonymous@msnews.aosake.net> wrote in message
> news:5pd3pijv20mj.dlg@msnews.aosake.net...
>> On 24 Dec 2005 04:51:38 -0800, Sudhan wrote:
>>
>> What, exactly, is "asp.net"? An MTA application? Are you authorized to
>> use
>> "mail.efinanceindia.com"? If "asp.net" is an MTA, is it configured to
>> provide authorization information to "mail.efinanceindia.com"?
>>
>> --
>> Norman

>
>
> It's MS's newest programming environment: Visual Studio.NET
>
> --
> Frank Saunders, MS-MVP OE


Did you mean MS's newest .NET programming environment called VS2005
(not).NET

(As distinct from 2003.NET that was .NET but not the same .NET that is in
2005 (not).NET)

FWIW I always considered .NET to be one of the most misleading and plain
silly naming conventions, and frankly I'm glad it's not .NET now. What was
wrong with Common Language Runtime anyway ?

Merry Christmas and a Happy New Year by the way, although I understand that
to be PC (Politically Correct?) we now have to say "Happy Holidays". I
suppose they will add .NET to that soon because it is "Safer".

Charlie



Reply With Quote
  #9  
Old 01-05-2006, 04:55 PM
Frank Saunders, MS-MVP OE
 
Posts: n/a
Default Re: server rejected the sender address

"Charlie Tame" <charlie@tames.net> wrote in message
news:uIaGHQNCGHA.3812@TK2MSFTNGP15.phx.gbl
> "Frank Saunders, MS-MVP OE" <franksaunders@mvps.org> wrote in message
> news:unxgzUMCGHA.740@TK2MSFTNGP12.phx.gbl...
>> "N. Miller" <anonymous@msnews.aosake.net> wrote in message
>> news:5pd3pijv20mj.dlg@msnews.aosake.net...
>>> On 24 Dec 2005 04:51:38 -0800, Sudhan wrote:
>>>
>>> What, exactly, is "asp.net"? An MTA application? Are you authorized
>>> to use
>>> "mail.efinanceindia.com"? If "asp.net" is an MTA, is it configured
>>> to provide authorization information to "mail.efinanceindia.com"?
>>>
>>> --
>>> Norman

>>
>>
>> It's MS's newest programming environment: Visual Studio.NET
>>
>> --
>> Frank Saunders, MS-MVP OE

>
> Did you mean MS's newest .NET programming environment called VS2005
> (not).NET
>
> (As distinct from 2003.NET that was .NET but not the same .NET that
> is in 2005 (not).NET)
>
> FWIW I always considered .NET to be one of the most misleading and
> plain silly naming conventions, and frankly I'm glad it's not .NET
> now. What was wrong with Common Language Runtime anyway ?
>
> Merry Christmas and a Happy New Year by the way, although I
> understand that to be PC (Politically Correct?) we now have to say
> "Happy Holidays". I suppose they will add .NET to that soon because
> it is "Safer".
> Charlie


Yeah ... I have trouble keeping up with name changes.
Had to learn to restart instead of reboot and to take part in conversations
instead of threads and so on.

--
Frank Saunders, MS-MVP OE
Please respond in Newsgroup. Do not send email
http://www.fjsmjs.com
Protect your PC
http://www.microsoft.com/security/protect/



Reply With Quote
  #10  
Old 01-05-2006, 04:55 PM
N. Miller
 
Posts: n/a
Default Re: server rejected the sender address

On Sat, 24 Dec 2005 14:06:43 -0600, Charlie Tame wrote:

> "N. Miller" <anonymous@msnews.aosake.net> wrote in message
> news:5pd3pijv20mj.dlg@msnews.aosake.net...


>> On 24 Dec 2005 04:51:38 -0800, Sudhan wrote:


>>> hello sir,
>>> i am trying to send mail form asp.net program where i am having a
>>> domain name...
>>> in my program i am using this code
>>> SmtpMail.SmtpServer="mail.efinanceindia.com";
>>> and in TO address i am trying to give suthan_ooty@yahoo.com
>>> at this time i am resaving the error message server rejected the
>>> sender address
>>> what should i do any idea


>> On 24 Dec 2005 05:08:23 -0800, Sudhan wrote:


>>> messag is
>>> server rejected the sender address error:501


>> What, exactly, is "asp.net"? An MTA application? Are you authorized to use
>> "mail.efinanceindia.com"? If "asp.net" is an MTA, is it configured to
>> provide authorization information to "mail.efinanceindia.com"?


> Sudhan (And Norman I guess)
>
> I think this is a programming question that is more likely to get a good
> answer in the Visuals Studio groups. Between the betas and the release some
> things have changed quite a bit (It seems to me as an amateur) so if you can
> find someone already using this it may help.
>
> I assume you are talking about a mail form in a web page using the host's
> mail server to send the completed e-mail. Of course for SMTP unless
> authorization is used you will have to temporarily code in your own SMTP
> server or something you know will work. I'm thinking that it's the Yahoo
> server rejecting something though, is that right or is it the SMTP server?
> You might want to give the actual error message if you ask in the Vstudio
> groups.
>
> Charlie


First, sorry about not following form; but it kind of bothered me that your
mail client didn't strip my signature from the quote, which led to a double
signature at the end. If I have to edit...

Google led be to a single page, which was a description of the asp.net.
Alas, OP's post lacked context for a guy who isn't all that familiar with
the MSFT .Net silliness, and form-to-SMTP silliness. If he is coding
"mail.efinanceindia.com" into the page, isn't that the server which is
accepting the message submission? If so, that is the server which will be
rejecting the RCPT, not the Yahoo! server. Of course, he could be getting a
Yahoo! reject, but there is still a lack of context for that; no complete
error message.

I asked from the POV of running an MTA which relays through an SMTP AUTH
server. I have to configure my MTA's SMTP client to authenticate to the
SMTP 'smarthost'. Of course, he really should get a connection refusal if
that server was requiring authentication. The server may just be refusing
non-local email addresses from non-authenticating relay clients.

--
Norman
~Oh Lord, why have you come
~To Konnyu, with the Lion and the Drum
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Error: Server rejecting sender's e-mail address Fred Outlook Express 19 01-05-2006 04:42 PM
Re: SMTP server (smtp.gmail.com) won't use "Reply-to" address specified - please help Adam Outlook Express 0 01-05-2006 04:40 PM
Long delay - name resolution problem on multihomed computer BP Windows XP Network Web 2 01-05-2006 04:14 AM
Delay opening folders caused by dcom server process launcher service None Windows XP Help and Support 5 01-05-2006 02:46 AM
Long delay before Drives & Files appear in My Computer & Address Bar shizzlenizzlator@gmail.com Windows XP Help and Support 3 01-05-2006 02:44 AM


All times are GMT. The time now is 11:38 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

server rejected the sender address