|
-
Sep 28th, 2000, 11:03 AM
#1
Thread Starter
Member
Is there someone who knows how to do it:
I use a daemon that sends email, and i would like to change the name of the sender: actually the name that appears is the name of the server (normal it's the server that sends the mail.....)
Answers ?
thank you in advance
-
Sep 28th, 2000, 12:11 PM
#2
Sounds like hacker stuff to me. go to a hacker site, they do this all the time.
-
Sep 28th, 2000, 12:39 PM
#3
Guru
I'm just assuming you're using Winsock to do this. 
Immediately after sending the DATA command to the server, send this header:
To: John Doe <[email protected]>
-
Sep 28th, 2000, 01:27 PM
#4
Thread Starter
Member
wossname please stay polite
-
Sep 28th, 2000, 01:29 PM
#5
Thread Starter
Member
Yonatan: it's not the to: that i want to change, it's the from:
-
Sep 28th, 2000, 01:34 PM
#6
Fanatic Member
sorry
but the easiest way to do this may be to change the server's name
-
Sep 28th, 2000, 01:46 PM
#7
Guru
In that case, use the From header! 
From: John Doe <[email protected]>
-
Sep 28th, 2000, 01:52 PM
#8
Thread Starter
Member
I'm not using winsock i'm using mapisession........any idea ?
-
Sep 28th, 2000, 01:59 PM
#9
Guru
Yes: Switch to Winsock. 
I haven't used MAPISession in a loooooong time because Winsock rules. I think you can't do it there.
-
Sep 28th, 2000, 02:03 PM
#10
Thread Starter
Member
thank you yonathan, i'll try winsock....
bye
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
|