I've installed bugzilla in my local machine (Windows 7) and its working good. But when I try to create a new account it says
There was an error sending mail from
it@gmail.com
tora@gmail.com
:
Could't set FROM:
530 5.5.1 Authentication Required.
Learn more at atC:/Perl/site/lib/Email/Send/SMTP/TLS.pm
line 49.
What changes shall I do in TLS.pm
?
I've even configured the parameter>Email section in bugzilla:
mail_delivery_method =
SMTP::TLS
,
mailfrom =it@gmail.com
,
smtpserver =smtp.gmail.com:587
,
smtp_username = my gmail username,
smtp_password = my gmail password,
The TLS.pm
file line 49 says: $SMTP->mail($from);
Have I left anything else to work SMTP?