Hi Davide, On Mon, 2007-01-15 at 16:06 +0100, Davide Giuseppe MAVICA wrote: > Hi Kristis, > Exactly I would like to insert more than one email in "To" field. > Is this the correct method? > > To => '[EMAIL PROTECTED],[EMAIL PROTECTED]'
Yes, this is the correct method. Separate emails with commas. > Besides, If I activate Mail_On_Success Policy, when I commit an item, the > following Scmbug error is reported: > > Scmbug notice: Reading configuration > Smbug notice: Checking configuration > Smbug notice: Preparing for a commit > Smbug notice: Processing activity > Smbug notice: Submitting request > Smbug notice: Request submission was denied > ****************************************** > ** > ** > ** Scmbug error 7: Sending mail on activity_commit failed. Log error > was: > MAIL FROM: error (530 <[EMAIL PROTECTED]>... MAIL > requires AUTH) > > ** > ** > ******************************************* > cvs commit: Rebuilding administrative file database > > ***** CVS exited normally with code 0 ***** > > Have you any advice to resolve this error? > > In our intranet we are using MailX Program to send an email. Scmbug is > compliant to use MailX Program ? Scmbug uses the Mail::Sendmail module to send emails. I just noticed the following in its documentation: "No suport for the SMTP AUTH extension." http://search.cpan.org/~mivkovic/Mail-Sendmail-0.79/Sendmail.pm#LIMITATIONS SMTP AUTH is documented in: http://en.wikipedia.org/wiki/SMTP-AUTH It seems that the mail server you are using requires users to authenticate before they can send emails. One way to resolve this error would be to relax this restriction on the mail server. If this is not possible, or desireable, perhaps you could add SMTP AUTH support in the Mail::Sendmail module ? Or find another Perl module that may support it. I looked briefly at Mail::Mailer, which is used by Bugzilla, but it doesn't seem to support it either. I added it in the TODO list, either way. http://bugzilla.mkgnu.net/show_bug.cgi?id=920 _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
