SMTP networking at shared server -


My website is hosted in a shared server. I want to send an email from my website to the email address of my website. (Using a shell script to execute on a shared server.)

I'm curious to know: whether the connection should be channeled externally through phone / DSL company or Is internally channeled by the server?

If externally, how can it be done internally?

Telnet mail.modeman.com 25


Hello mail.modeman.com ... ... it will have to go through a "fake" loopback interface. That means, it will be taken through an internal path within the network stack.

You can take a packet trace through TCPDump or looking at the header in the distributed email.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -