PMail 1_0 details

  • Description

    from the doc: pMail 1.0 by PsyphenThis is an anonymous emailer program written in Delphi. It sends mail via SMTP. You can choose a fake email to be the sender, and you PLEASE NOTE YOU NEED AN SMTP SERVER THAT ALLOWS RELAYING UNLESS YOU SEND IT TO AN EMAIL ON THE SERVER. i.e. If you want to send to hotmail address, you can use mail.hotmail.com, but you can't send to a non-hotmail account through mail.hotmail.com because it doesn't allow relaying.---FAQ---Q: My mail says it sent successfully, but it didn't work! A: Some suggestions would be to make the timeout higher, which make the interval between sending commands longer. You should also make sure the server has relaying on if you are not sending the mail to an email address already located on the SMTP server.Q: What is HELO? A: HELO is the command to start a session. When you start a session you send HELO and the domain you want to be from (i.e. 'HELO google.com'). Most of the time, this is required on SMTP servers. I suggest you keep it checked unless you really know what you're doing.Q: Can I make up a from address, or do I need a real one? A: You can use any email address you want, be it fake or real. You could keep the from address as [email protected], and it will send with the Sender being [email protected] versions--- In the future versions, I plan to include: - Proxy support - Attachment support - Some small bug fixes

  • Exe

    pmail.exe