![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SMTP Error 553 | Sergiu-IT | IP Networking | 3 | 12-13-2006 02:34 PM |
| SMTP with sendmail | 0ktalmagik | IP Networking | 1 | 05-10-2006 10:31 PM |
| SMTP mail | Euler04 | IP Networking | 1 | 10-10-2005 09:54 AM |
| Net::smtp - Did this work | cheng | Shell Programming and Scripting | 1 | 05-06-2005 08:38 AM |
| Smtp | vtran4270 | UNIX for Advanced & Expert Users | 1 | 12-10-2002 02:24 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
C Smtp
how do you send a ".\n" in a smtp client?
>354 Send message, end with <CRLF>.<CRLF> >. > i have already issued a "./n" but it doesnt work. please help. thanks. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Hi,
thats weird you need to send the dot like this Code:
strcpy(buf,"Manual smtp test\n\n.\n"); write(fd,buf,strlen(buf)); |
||||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|