3
edits
(Created page with "Unfortunately, the solution at http://www.dawood.in/bugzilla_alerts_using_gmail.html does not help Windows users. A Perl class that Email::Send::SMTP::TLS is dependent on is REQ...") |
No edit summary |
||
| Line 7: | Line 7: | ||
To configure Bugzilla to send mail through Gmail's smtp server: | To configure Bugzilla to send mail through Gmail's smtp server: | ||
#Download Glob's sendmail wrapper for windows at http://glob.com.au/sendmail/,<br>and unzip | #Download Glob's sendmail wrapper for windows at http://glob.com.au/sendmail/,<br>and unzip | ||
#copy sendmail.exe and sendmail.ini to \usr\lib on the drive where<br> | #copy sendmail.exe and sendmail.ini to \usr\lib on the drive where<br>Bugzilla is installed. So if Bugzilla is installed at C:\Bugzilla,<br>create a 'usr' folder at the root level of the C: drive,<br>with a 'lib' folder within that. | ||
#open up sendmail.ini. | #open up sendmail.ini. | ||
#within sendmail.ini copy and paste these values on the appropriate lines: | #within sendmail.ini copy and paste these values on the appropriate lines: | ||
edits