Click here to Skip to main content
16,004,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to transfer data between the tabs Pin
kotiramkoteswararao2-Jul-06 20:44
kotiramkoteswararao2-Jul-06 20:44 
AnswerRe: how to transfer data between the tabs Pin
capricious_0012-Jul-06 22:39
capricious_0012-Jul-06 22:39 
QuestionGEetting Socket Notification Sink Error Pin
zahid_ash2-Jul-06 20:31
zahid_ash2-Jul-06 20:31 
Questionsplitter window Pin
ashish dogra2-Jul-06 19:50
ashish dogra2-Jul-06 19:50 
AnswerRe: splitter window Pin
Abhi Lahare2-Jul-06 20:03
Abhi Lahare2-Jul-06 20:03 
GeneralRe: splitter window Pin
ashish dogra2-Jul-06 20:31
ashish dogra2-Jul-06 20:31 
GeneralRe: splitter window Pin
Abhi Lahare2-Jul-06 23:41
Abhi Lahare2-Jul-06 23:41 
QuestionSMTP: 'Administrative prohibition' response after end of data [modified] Pin
kanikanz2-Jul-06 19:34
kanikanz2-Jul-06 19:34 
Hi,

I'm trying to send an email using simple SMTP commands (currently via telnet, but eventually through a tool written in C++). I am able to authenticate successfully; however, at the end of the DATA part of my email, i get an 'administrative prohibition' response from the server:

C : EHLO
S : 250-genamics.blastula.net Hello [aaa.bb.ccc.dd]
250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
C : AUTH LOGIN
S : 334 VXNlcm5hbWU6
C : [username@domain.blah - base64 encoded]
S : 334 UGFzc3dvcmQ6
C : [password - base64 encoded]
S : 235 Authentication succeeded
C : MAIL FROM:username@domain.blah
S : 250 OK
C : RCPT TO:myfriend@other.com
S : 250 Accepted
C : DATA
S : 354 Enter message, ending with "." on a line by itself
C : Body of email
C : More body
C : .
S : 550 Administrative prohibition

Any ideas as to why this is happening? Am I missing some steps? I've tried unsuccessfully to find an explanation from the oracle of truth (internet Smile | :) )

Thanks in advance for any suggestions.
Kanika

-- modified at 1:36 Monday 3rd July, 2006
AnswerRe: SMTP: 'Administrative prohibition' response after end of data Pin
Michael Dunn2-Jul-06 20:58
sitebuilderMichael Dunn2-Jul-06 20:58 
GeneralRe: SMTP: 'Administrative prohibition' response after end of data Pin
kanikanz3-Jul-06 11:49
kanikanz3-Jul-06 11:49 
AnswerRe: SMTP: 'Administrative prohibition' response after end of data Pin
kanikanz10-Jul-06 13:57
kanikanz10-Jul-06 13:57 
QuestionHow to call Stored procedure in CDAO database Pin
maharaja pandian2-Jul-06 19:25
maharaja pandian2-Jul-06 19:25 
QuestionTrying to use OpenThread [modified] Pin
capricious_0012-Jul-06 18:48
capricious_0012-Jul-06 18:48 
QuestionRe: Trying to use OpenThread Pin
Hamid_RT2-Jul-06 18:58
Hamid_RT2-Jul-06 18:58 
AnswerRe: Trying to use OpenThread Pin
capricious_0012-Jul-06 19:09
capricious_0012-Jul-06 19:09 
GeneralRe: Trying to use OpenThread Pin
Hamid_RT2-Jul-06 19:37
Hamid_RT2-Jul-06 19:37 
AnswerRe: Trying to use OpenThread Pin
Michael Dunn2-Jul-06 21:00
sitebuilderMichael Dunn2-Jul-06 21:00 
GeneralRe: Trying to use OpenThread Pin
capricious_0013-Jul-06 0:01
capricious_0013-Jul-06 0:01 
QuestionMaking a DMA call from VC++ code Pin
Sonia Horra2-Jul-06 18:30
Sonia Horra2-Jul-06 18:30 
AnswerRe: Making a DMA call from VC++ code Pin
Hamid_RT2-Jul-06 22:50
Hamid_RT2-Jul-06 22:50 
GeneralRe: Making a DMA call from VC++ code Pin
Sonia Horra2-Jul-06 23:39
Sonia Horra2-Jul-06 23:39 
Questionauto run my c++ application??? Pin
mimimimilaw2-Jul-06 16:41
mimimimilaw2-Jul-06 16:41 
AnswerRe: auto run my c++ application??? Pin
bob169722-Jul-06 17:03
bob169722-Jul-06 17:03 
GeneralRe: auto run my c++ application??? [modified] Pin
mimimimilaw2-Jul-06 17:11
mimimimilaw2-Jul-06 17:11 
GeneralRe: auto run my c++ application??? Pin
Weiye Chen2-Jul-06 17:37
Weiye Chen2-Jul-06 17:37 

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.