kevinlekiller

Results 145 comments of kevinlekiller

Alright, I'll let you take the lead. What I got so far is right before line 41 : https://github.com/nZEDb/nZEDb/blob/968bfb519131dfc4452c0f0c6e3f779002dc86cf/www/pages/register.php#L41 There we can send the email, I was thinking adding the...

I messed around with sending emails for another project I'm working on, it's not straightforward. The mail function in PHP uses the unix program sendmail by default, but that program...

I think PEAR has an email library but not sure how it works.

Yes, but like I wrote above mail(the php method) uses sendmail (the unix program) which requires to be configured.

I think I found a decent solution, we could have an option (the default) to use the O/S's mail system/settings, and an alternate to use this library: https://github.com/PHPMailer/PHPMailer/blob/master/README.md#a-simple-example In the...

Where does the rating-id come from ? `ID-OF-JOB` Can it be just some unique string associated to that nzb for the indexer? Also `https://RATING_HOST/releaseRatings/releaseRatings.php` Does it need to end in...

That's what I figured, but I think that should be documented.

I have no objections to this being implemented fyi, I'm just wondering how the .php will work out with the URL rewriting. It's also an issue if someone were writing...

Could the URL maybe be like it is currently (maybe a array of sane values - instead of a single string), but can also be set in the NZB, and/or...

Even if it was all grouped it wouldn't change the amount of requests, since the person who downloaded might not vote for hours or days after it is downloaded, since...