|
-
Oct 19th, 2000, 06:32 PM
#1
Hi.
I know how to send mail through a POP3 server like this:
HELO [Helo Stuff] [vbCrLf]
MAIL FROM: [e-mail address] [vbCrLf]
RCPT TO: [e-mail address] [vbCrLf]
DATA [vbCrLf]
SUBJECT: [the subject come here] [vbCrLf]
[blah blah blah] [vbCrLf]
[yadda yadda yadda] [vbCrLf]
. [vbCrLf]
It works fine, but the problem is that when I retrieve the message using my mail client, it fills the "From" field with the address of the sender.
Is there a way to make it show something like a name? For example:
From: Scorp <[email protected]>
instead of:
From: [email protected]
I tried tons of stuff but nothing worked. 
Thanks for any help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|