Merge branch 'master' of aymargeddon.de:/var/cache/git/aymargeddon/current
[aymargeddon/current.git] / src / FROGS / DataBase.pm
index 7bc8de1..9a43f69 100644 (file)
@@ -402,6 +402,11 @@ sub new_account{
   #         . $self->loc('REGISTER_MAIL_TEXT', $name, $login, $pwd)."\n";
 
   # print $mail;
   #         . $self->loc('REGISTER_MAIL_TEXT', $name, $login, $pwd)."\n";
 
   # print $mail;
+# aus man mail:
+#           env MAILRC=/dev/null from=scriptreply@domain smtp=host \
+#                smtp-auth-user=login smtp-auth-password=secret \
+#               smtp-auth=login mailx -n -s "subject" \
+#              -a attachment_file recipient@domain <content_file
 
   # open(SENDMAIL, "|mail $email") or Util::log("Can't fork for sendmail: $!",0);
   # print SENDMAIL $mail;
 
   # open(SENDMAIL, "|mail $email") or Util::log("Can't fork for sendmail: $!",0);
   # print SENDMAIL $mail;