Re: emailing by IP question

2001-10-18 Thread Vineet Kumar
* dman ([EMAIL PROTECTED]) [011018 09:42]: > On Thu, Oct 18, 2001 at 10:29:54AM -0500, [EMAIL PROTECTED] wrote: > | Is it possible to send email by IP instead of Domain? > > Yes. > > echo "hello world" | mail -s "test message" [EMAIL PROTECTED] > > Domains resolve to IPs anyways, though RFC 2821

Re: emailing by IP question

2001-10-18 Thread martin f krafft
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2001.10.18 10:29:54-0500]: > Is it possible to send email by IP instead of Domain? > No one does it and I have never seen an example of it > but it seems possible? If so, how? What would be an > example? it's not adviseable as virtual hosts will choke on

Re: emailing by IP question

2001-10-18 Thread Mike Egglestone
Try sending an email like this: [EMAIL PROTECTED] Cheers, Mike Quoting [EMAIL PROTECTED]: > Is it possible to send email by IP instead of Domain? > No one does it and I have never seen an example of it > but it seems possible? If so, how? What would be an > example? > > Lance > > > -- > T

Re: emailing by IP question

2001-10-18 Thread dman
On Thu, Oct 18, 2001 at 10:29:54AM -0500, [EMAIL PROTECTED] wrote: | Is it possible to send email by IP instead of Domain? Yes. | No one does it and I have never seen an example of it | but it seems possible? If so, how? What would be an | example? echo "hello world" | mail -s "test message"

emailing by IP question

2001-10-18 Thread Lance_Hoffmeyer
Is it possible to send email by IP instead of Domain? No one does it and I have never seen an example of it but it seems possible? If so, how? What would be an example? Lance