mirror of
https://github.com/anope/anope.git
synced 2026-07-04 14:13:14 +02:00
278a99ca2d
git-svn-id: svn://svn.anope.org/anope/trunk@550 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@403 5417fbe8-f217-4b02-8779-1006273d7864
20 lines
853 B
Plaintext
20 lines
853 B
Plaintext
Anope SMTP Client
|
|
|
|
- Provided with Anope is a simple SMTP client which can be used to replace programs like
|
|
SendMail in some cases.
|
|
|
|
- To use the SMTP client find the line in your services.conf for the "SendMailPath", enter
|
|
the path to your services installation directory, followed by the "anopesmtp" and the IP address
|
|
of a valid SMTP server. It should look something like
|
|
|
|
SendMailPath "/home/usersname/services/anopesmtp 194.97.50.135"
|
|
|
|
- If you run into a problem you can compile a debug into the code by opening smtp.h and at the
|
|
bottom you should find "smtp_debug" change the 0 to a 1 and recompile the code. This should
|
|
generate a log file of what happened when it attempted to connect to the SMTP server.
|
|
|
|
|
|
Credits:
|
|
Orginally written by Dominick Meglio <codemastr@unrealircd.com>
|
|
Ported to *nix by Trystan Scott Lee <trystan@nomadirc.net>
|