Page 1 of 1

Re: Send mail on reg. with NickServ (Anope 1.8.6 (3072) on W

Posted: Mon Jul 25, 2011 6:47 pm
by SpaceDoG
If you're on linux your SendMailPath should look like below this SendMailPath "/usr/sbin/sendmail -t". On windows it should be a path C:\Program Files\Somemailprogram.exe if I'm not mistaken.

Re: Send mail on reg. with NickServ (Anope 1.8.6 (3072) on W

Posted: Tue Jul 26, 2011 1:26 pm
by Jobe
The "anopesmtp <ip>" example is correct, however it requires that an SMTP server be running on port 25 of the IP specified and allows relaying of emails by your IP without any form of authentication. If you are running Anope on windows, then you can always install IIS' SMTP server through Control Panel, and then use "anopesmtp 127.0.0.1". Alternatively you can install and configure a mail server such as hMailServer and use the same "anopesmtp 127.0.0.1"