-
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
-
Sounds like hacker stuff to me. go to a hacker site, they do this all the time.
-
I'm just assuming you're using Winsock to do this. :rolleyes:
Immediately after sending the DATA command to the server, send this header:
To: John Doe <[email protected]>
-
wossname please stay polite
-
Yonatan: it's not the to: that i want to change, it's the from:
-
sorry
but the easiest way to do this may be to change the server's name
-
In that case, use the From header! :rolleyes:
From: John Doe <[email protected]>
-
I'm not using winsock i'm using mapisession........any idea ?
-
Yes: Switch to Winsock. :rolleyes:
I haven't used MAPISession in a loooooong time because Winsock rules. I think you can't do it there.
-
thank you yonathan, i'll try winsock....
bye