Ask Questions & Get Answers at ibibo sawaal
     Powered by Bixee Crawl
Results 1 - 15 of about 481 sawaal for "smtp"
Sort by: Recency | Relevancy

What is SMTP

with one of two other protocols, POP3 or IMAP, that let the user save messages in a server mailbox and download them periodically from the server. In other words, users typically use a program that uses SMTP for sending e-mail and either POP3 or IMAP for receiving e-mail. On Unix-based systems, sendmail is the most widely-used SMTP server for e-mail. A commercial package, Sendmail, includes a POP3 server. Microsoft

Posted in Computers & Technology by Om Prakash at 12:21 AM on May 23, 2008
Tags smtp

what is " SMTP server " ? and how to fill this coloum in MAIL THEM Pro ..software....for sending bulky mailing

Basically an SMTP server is a computer that receives outgoing mail messages from users and routes them to their intended recipients. All SMTP servers implement some version of the Simple Mail Transport Protocol, and many that run Unix use the sendmail program. Messages often must pass through several servers to reach their destinations, and SMTP facilitates this. To configure your bulk mail client

Posted in Computers & Technology by Vishnu at 7:39 PM on September 08, 2008

i have account in hotmail and want to ge a copy of it comes automatically in rediff, by pop3 mail how is that possible?

The Mail Storage Access API is the common interface to the mail store for all processes. The POP3 service, the SMTP delivery service for POP3, and the POP3 Server Administrator use the API to access the POP3 service. Even though the mail store is contained in the file system, it is accessed by using the Mail Storage Access API.The SMTP delivery service for POP3 is the component that transfers e

Posted in Computers & Technology by Abhisek at 9:53 AM on June 21, 2008

how to setup outlook to my rediff account

"My incoming mail server is a..."In the Incoming mail POP3, IMAP, or HTTP server box, type "pop.rediffmail.com"In the Outgoing mail SMTP server box, type "smtp;Remember password" box.Do not check the boxes labeled "Log on using Secure..."Click "Next."Click "Finish."Incoming Server: pop.rediffmail.comOutgoing Server: smtp

Posted in Computers & Technology by sampat mane at 6:04 AM on June 02, 2008

what is a listen port?

, the sender needs to include an apartment number along with the address to ensure the letter gets to the right domicile.As an example, a server used for sending and receiving email may provide both an SMTP, the SMTP server will listen on port 25, while POP3 will listen on port 110, although it is possible to use different ports.As an example, a server used for sending and receiving email may provide both

Posted in Computers & Technology by Mahesh B at 1:33 AM on July 09, 2008

What is Certified Server Validation ?

Certified Server Validation or CSV defines a mechanism for session-time, domain-based validation of a sending SMTP client. It is useful across the open Internet, between MTAs that have made no prior and validation can be entirely sufficient for CSVs needs. Validation has two separate phases: assessing authorization and assessing accreditation. The first is performed between the receiving SMTP server

Posted in Computers & Technology by V. Manohar at 12:10 PM on November 09, 2007

give VBA code to send mail using smtp details

;Default SMTP VirtualServer" is running per the IIS console.Our simple test page EmailTest.aspxis in a separateproject, has only a single button and we are trying touse the following code on the Email;Trying To Send Email"OK.To = ""Mail.SmtpMail.SmtpServer = "localhost"Mail.SmtpMail.SendO KEnd SubThe line Mail.SmtpMail.SendOK always throws anexception; we always get this error

Posted in Computers & Technology by kokila vani at 2:37 AM on October 08, 2008
Tags code, send, mail, using, smtp

What is SMTP?

SMTP stands for Simple Mail Transfer Protocol that is used to transfer email messages between computers.Most hosting companies do not offer access to SMTP servers as they can be difficult to maintain and defend and the want to cut corners with their customers....SMTP isSimple Mail Transfer Protocol is the de facto standard for e-mail transmissions across the Internet. Formally SMTP is defined in RFC 821 STD

Posted in Computers & Technology by Rock at 7:41 AM on February 05, 2008
Tags smtp

Hi karthic,plz explain the exchange of protocals when sending an email from one place to another ??

Protocol SMTP allows mail servers to send email to one another. Discover how to manage SMTP communications in a Microsoft Exchange Server environment, including analyzing SMTP log files, troubleshooting SMTP queues, configuring SMTP connectors, and more....Well , Basicaly, a protocol is about a standard method used at each end of a communication channel, in order to properly transmit information. In order

Posted in Computers & Technology by Suganth sug at 9:43 PM on September 04, 2008

Details about Message conversion fromsendmail to exchange server 2003 & exchange server 2003 to sendmail

Exchange Server 2003 supports two general messaging standards to connect to any type of messaging system: SMTP and X.400. SMTP is the native message transfer protocol of Exchange 2003, and therefore it is recommended that you choose SMTP over X.400. Also, an SMTP connector is more straightforward to configure than an X.400 connector. However, X.400 is a good choice if you are working in an environment

Posted in Computers & Technology by Ajai Balaji at 3:38 AM on September 04, 2008

how find email header in gmail.

Jonesemailprovider.com to MrSmithgmail.com: Delivered-To: MrSmithgmail.com Received: by 10.36.81.3 with SMTP id e3cs239nzb; Tue, 29 Mar 2005 15:11:47 -0800 PST Return-Path: Received: from mail.emailprovider.com mail.emailprovider.com [111.111.11.111...] by mx.gmail.com with SMTP id h19si826631rnb.2005.03.29.15.1 1.46; Tue, 29 Mar 2005 15:11:47 -0800 PST Message-ID: <20050329231145.62086.mailmai l.emailprovider.com> Received

Posted in Computers & Technology by Deepak Singh at 10:00 PM on September 11, 2008
Tags find, email, header

How to setup yahoo mails in outlook?? I need clear cut details on how i need to setup a yahoo mails in outlook??

;plus.pop.mail.yahoo.com" in the Incoming Mail POP3, IMAP, or HTTP Server box. 9. Type "plus.smtp.mail.yahoo.com" in the Outgoing Mail SMTP Server box. 10. Click "Next." 11. In the Account Name box, type your Yahoo! Mail Properties. 18. Click the Servers tab. 19. Under Outgoing Mail Server check the box next to My server requires authentication 20. Click the Advanced tab. 21. Under Outgoing mail Server SMTP, check the box next

Posted in Computers & Technology by Puttu at 4:31 PM on May 11, 2008

i m student of bca in ahmedabad and i have difficulty in sending mail in asp.net 2.0 in vb language...can anybody help me........?

Message object 2. Assign its properties 3. Create an instance of the SmtpClient class 4. Specify details about the SMTP server to use if theyre not already specified within Web.config 5. Send the MailMessage via the SmtpClient objects Send methodSteps 1 and 2 may be bypassed as the SmtpClient classs Send method can accept either a MailMessage object or four strings, representing the from, to, subject, and body

Posted in Computers & Technology by Harshil at 12:56 PM on September 22, 2008

How to send email from asp.net?

;christophwsleeper.Dev.AlfaSierraP apa.Com";string strFrom = "webmasteraspheute.com";string strSubject = "Hi Chris";SmtpMail.SendstrFrom, strTo, strSubject, "A real nice body text here. In this namespace we find the class SmtpMail, whose static Send method can accept four parameters: SmtpMail.SendFrom, To, Subject, BodyText;As I said, it is very simple, but it has one thing in common with the more

Posted in Computers & Technology by Anil at 11:11 PM on March 28, 2008
Tags send, email

HOW CAN I CONFIGURE OUTLOOK EXPRESS USING INFORMATION FROM CALCUTTATELEPHONES.COM.WHERE CAN I FIND THE INFORMATION IN CALCUTTATELEPHONES.COM.PLZ,A NYONE REPLY

hi thereFor each of your e-mail accounts, find the type of e-mail account POP3, IMAP or HTTP, the name of the incoming mail server example: mail.isp.com and the name of the outgoing, or SMTP, mail server example: smtp.isp.com. This information can usually be found in the providers FAQ frequently asked questions file or by e-mailing the provider. Step2Start Outlook Express. Step3Select Accounts from

Posted in Computers & Technology by sdas gpta at 6:25 PM on June 17, 2008
Tags outlook
Refine By Date
sawaal signature
sawaal free visiting card