Author Information
smith witwiki has 19 Published Articles

United Kingdom,
uk,
uk,
uk,
uk



SMTP RELAY SERVER MAKES YOUR EMAILING SMARTER

Posted On : Jan-14-2011 | seen (419) times | Article Word Count : 537 |

SMTP means Simple Mail Transfer Protocol. The SMTP relay server presents a program which is designed specially for windows. This SMTP server program can renovate any PC supported by windows into an SMTP server. Laptop holders who travel a lot and use different INTERNET service providers can utilize SMTP relay server.
SMTP means Simple Mail Transfer Protocol. The SMTP relay server presents a program which is designed specially for windows. This SMTP server program can renovate any PC supported by windows into an SMTP server. From background this can be used on both personal computer and dedicated server. After linking the computer with SMTP relay server by using TCP/IP (Transmission Control Protocol/Internet Protocol) it can run on the same or any other computer with any email or mailer program.

Laptop holders who travel a lot and use different Internet service providers can utilize SMTP relay server as an entry to SMTP server. This server helps the sender to send messages directly and if it founds that sending direct messages is blocked due to existing internet service providers then the messages are forwarded to other SMTP accounts.

By using IP address in the place of existing SMTP host the email program which you use to send and receive message can be applied along with the server. The SMTP relay server also helps you to protect your device from filter SPAM and hackers. Any one can get attached with the SMTP server and can send messages to local domain but certified users are permitted to send messages to other domain.

How to install?
Generally after installing ruby, SMTP library is installed so installation of gems and libraries is not required. To start using SMTP library you want NET/SMTP. After the work is done the main method of using SMTP library is by means of NET::SMTP.start.
With the help of this method you can connect with the server. After the connection is over be prepared to do hello handshake and then for sending messages. Authentication protocols like LOGIN, CRAM MD5 AND PLAIN can easily be handled through it.

To create this you need to accept three arguments among which the first one is SMTP Relay Servers address. The address depends on the relay server you are using. If you are operating your own relay server then local host address must be given and if it is ISP’s relay server then use their address which is usually mail.isp.com. Remember you should use the address of the similar SMTP server you are using for your email clients. You can get the address from help page or ISP’s knowledge base.

The second argument depends on the port upon which the SMTP server runs. Usually the port on which the server runs is port 25. Then the last argument deals with the hello handshake which would decide whether the relay server will pass on mails for you. To solve this you can use the server part of your email address.
Example: If mane@irs.com is your email address then you should use irs.com.

A Net::SMTP object is returned in start method which should be saved in a variable to apply it while sending messages otherwise you can pass a block to the start method with an argument of Net::SMTP object. This object will end up automatically after the block is over. Even if block passing is an ideal method of using the SMTP interface, it doesn’t fit all situations.

Article Source : http://www.articleseen.com/Article_SMTP RELAY SERVER MAKES YOUR EMAILING SMARTER_48522.aspx

Author Resource :
Smith Witwiki is working for a SMTP service related company. So he has vast knowledge on SMTP Relay Servers . For more information on SMTP he suggest visit http://www.mysmtp.eu/

Keywords : SMTP Relay Servers, SMTP,

Category : Computers : Software

Bookmark and Share Print this Article Send to Friend