ChangemakerStudios / Papercut-SMTP

Papercut SMTP -- The Simple Desktop Email Server
2.84k stars 267 forks source link

How to use Papercut-SMTP? [docs] #220

Open Carsak opened 2 years ago

Carsak commented 2 years ago

Does this program have documentation? How to use this program, how to intercept mails?

Jaben commented 2 years ago

When you start Papercut, it begins to listen for incoming emails. How are you sending?

murermader commented 2 years ago

I don't understand how to use the app either. Just so I don't get anything wrong: This is a client that receives emails, so I don't have to send them to myself / someone I know. Is that correct?

If so, how to I send an email to this application? What should I put in the "To" field?

leigh-pointer commented 2 years ago

@murermader In short. You will need to setup your email application/component to handshake with paperclip on 127.0.0.1 port 25 (default) then your email application/component will send any email to paperclip and you will see them in the paperclip inbox

rmpasswd commented 2 years ago

Hello, for complete newbies to email testing like me: i had to start papercut.exe as well as papercutservice.exe which opened in a command prompt; only then papercut started receiving emails. It must be obvious to everyone maybe that's why it's not mentioned in the readme.

Jaben commented 2 years ago

@rmpasswd The papercut service NOT required. You can just use Papercut.exe.

ZekDtonik commented 1 month ago

Hi, its very simple, you will install the application on your system, e after installed, open the program and click in the logs button, see the image below

Papercut logs after install

if you can see the message "Papercut Backend Service is running." you local SMTP is working for and ready to work...

Now, you need to check the port that the program is running on... commonly is 25, watching any ip (you can change that in options), see the second image below

imagem_2024-05-11_104604375

and that it!

Now, on your server config on DEV Env (obviously), input any username and password and any ip (or the ip that you setup on options before), the only thing that you need to pay attention is the port number, need to be the same set on papercut... now, when u send a message on local machine for test the papercut will capture.

Good Luck :)

Kissaki commented 3 weeks ago

I don't understand how to use the app either. Just so I don't get anything wrong: This is a client that receives emails, so I don't have to send them to myself / someone I know. Is that correct?

If so, how to I send an email to this application? What should I put in the "To" field?

Because it hasn't been answered explicitly; No, it's not a client and you don't send to it via the To email address.

Papercut takes the place of an email server. You can send emails to it via SMTP. The To field is irrelevant. Papercut accepts any To field.

Kissaki commented 3 weeks ago

What kind of documentation would be desired for resolving this ticket?

Markdown files in a /docs/ folder?