Re: SMTP gateway



On Sat, 20 Aug 2005 11:50:11 -0600, "Frank" <frank673@xxxxxxxxxxx>
wrote:

>in order to be able to send an email, do I have to specify and SMTP gateway?
>how would a server know that an email should be relayed to a specified
>server? Thanks.

A SMTP "gateway" is just a SMTP server that accepts mail for a range
of IP addresse4s, there's nothing special about it. And yes, to send
mail you have to specify a SMTP server. As for how it knows where to
send it, that's magic. :)

Okay, that's what DNS does, in conjunction with your SMTP server and
mail client. It's like the post office. How does the mailman know
what house to deliver to? Yep, the address on the message itself.
How does he know that he delivers to the Smith's house on Sesame
Street if there's no address? That's right, he looks up the address
somewhere.

Same thing only faster and electronic.

Jeff
.



Relevant Pages

  • Re: Email Programming using System.Web.Mail
    ... With System.Web.Mail,, the book for the SmtpMail class says that if you do not specify a value for SmtpServer then it uses the local SMTP server. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Email Programming using System.Web.Mail
    ... configuration first but if that doesn't specify the appropriate ... configuration files, an exception would be thrown when you call the ... The moment I specify a valid server then it works: ... It will only connect to an 'up-line' SMTP ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Send On Behalf Of
    ... > user did not have permission to send to this recipient. ... > specify a user in the From field. ... > Simple Mail Transfer Protocol (SMTP) virtual server. ...
    (microsoft.public.exchange.misc)
  • Re: SMTP gateway
    ... >>>in order to be able to send an email, do I have to specify and SMTP ... >> mail you have to specify a SMTP server. ... >DNS and send it directly. ...
    (microsoft.public.inetserver.iis.smtp_nntp)
  • Re: emails from other isps
    ... This is usually caused by ISP's blocking SMTP through anyone but their ... bellsouth network you would need to set the SMTP to mail.bellsouth.net ... to receive and send emails from my house where I have broadband and router. ... His server is supanet and mine is orange. ...
    (microsoft.public.outlook)

Loading