Turns out this is due to a misconfiguration.

In commit-email.pl, you have to either have a mailer configured:
$sendmail = "/usr/sbin/sendmail";
or an SMTP server configured:
$smtp_server = "127.0.0.1";

you can set the SMTP server to be a remote SMTP server on your network.
This is what I did to get it working.

-- 
Can't call method "mail" on an undefined value at 
/usr/lib/subversion/hook-scripts/commit-email.pl line 605.
https://bugs.launchpad.net/bugs/157269
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to