<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>GMail does not allow you to use AUTH LOGIN as the authentication
      method with your actual GMail password. Thunderbird gets around it
      by setting up an OAUTH2 token the first time you connect and using
      that instead (which is GMail's preferred authentication method for
      third party clients).</p>
    <p>In order to use GMail for SMTP, you need to do the following:</p>
    <ol>
      <li>Make sure your Google account has a second factor
        authentication configured</li>
      <li>Set up an Application Password for Bugzilla to use.</li>
    </ol>
    <p>Then you give that application password (which is different from
      your normal GMail password) to Bugzilla as the SMTP password.</p>
    <p>See <a class="moz-txt-link-freetext" href="https://support.google.com/accounts/answer/185833?hl=en">https://support.google.com/accounts/answer/185833?hl=en</a><br>
    </p>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 2/24/23 7:24 PM, Mike Ambrose wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:SJ0PR08MB79300C6174B39F95E9F6829F87A99@SJ0PR08MB7930.namprd08.prod.outlook.com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta name="Generator"
        content="Microsoft Word 15 (filtered medium)">
      <style>@font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}div.WordSection1
        {page:WordSection1;}ol
        {margin-bottom:0in;}ul
        {margin-bottom:0in;}</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">Hi,<o:p></o:p></p>
        <p class="MsoNormal">I followed the instructions for installing
          Bugzilla 5.0.6 on Ubuntu 22.0.4.  There was a little tweaking
          required for Apache but Bugzilla is now being served by an
          Ubuntu server.  The big problem is enabling email.  I wanted
          to use gmail as much easier than setting up our own SMTP
          server but it fails to authenticate.  Ufw is disabled. 
          <o:p></o:p></p>
        <ul type="disc">
          <li class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0 level1 lfo1">
            mail_delivery_method: SMTP<o:p></o:p></li>
          <li class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0 level1 lfo1">
            mailfrom: <a href="mailto:new_gmail_address@gmail.com"
              moz-do-not-send="true" class="moz-txt-link-freetext">new_gmail_address@gmail.com</a><o:p></o:p></li>
          <li class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0 level1 lfo1">
            smtpserver: smtp.gmail.com:465  (I also tried port 587)<o:p></o:p></li>
          <li class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0 level1 lfo1">
            smtp_username: <a href="mailto:new_gmail_address@gmail.com"
              moz-do-not-send="true" class="moz-txt-link-freetext">new_gmail_address@gmail.com</a><o:p></o:p></li>
          <li class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0 level1 lfo1">
            smtp_password: new_gmail_password<o:p></o:p></li>
          <li class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0 level1 lfo1">
            smtp_ssl: On<o:p></o:p></li>
        </ul>
        <p class="MsoNormal">I tested these settings using Thunderbird
          on the same server and it works. I also tried some things I
          found on the internet including changing the username spec to
          user, all to know avail.  The following is what Apache
          reports:<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Net::SMTP::_SSL=GLOB(0x562c48a326a0)<<<
          220 smtp.gmail.com ESMTP
          m2-20020a056870030200b0016dbf59175bsm95354oaf.47 - gsmtp<o:p></o:p></p>
        <p class="MsoNormal">Net::SMTP::_SSL=GLOB(0x562c48a326a0)>>>
          EHLO bugzilla-sw<o:p></o:p></p>
        <p class="MsoNormal">Net::SMTP::_SSL=GLOB(0x562c48a326a0)<<<
          250-smtp.gmail.com at your service, [12.35.227.202]<o:p></o:p></p>
        <p class="MsoNormal">Net::SMTP::_SSL=GLOB(0x562c48a326a0)<<<
          250-SIZE 35882577<o:p></o:p></p>
        <p class="MsoNormal">Net::SMTP::_SSL=GLOB(0x562c48a326a0)<<<
          250-8BITMIME<o:p></o:p></p>
        <p class="MsoNormal">Net::SMTP::_SSL=GLOB(0x562c48a326a0)<<<
          250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER
          XOAUTH<o:p></o:p></p>
        <p class="MsoNormal">Net::SMTP::_SSL=GLOB(0x562c48a326a0)<<<
          250-ENHANCEDSTATUSCODES<o:p></o:p></p>
        <p class="MsoNormal">Net::SMTP::_SSL=GLOB(0x562c48a326a0)<<<
          250-PIPELINING<o:p></o:p></p>
        <p class="MsoNormal">Net::SMTP::_SSL=GLOB(0x562c48a326a0)<<<
          250-CHUNKING<o:p></o:p></p>
        <p class="MsoNormal">Net::SMTP::_SSL=GLOB(0x562c48a326a0)<<<
          250 SMTPUTF8<o:p></o:p></p>
        <p class="MsoNormal">Net::SMTP::_SSL=GLOB(0x562c48a326a0)>>>
          AUTH LOGIN<o:p></o:p></p>
        <p class="MsoNormal">Net::SMTP::_SSL=GLOB(0x562c48a326a0)<<<
          334 VXNlcm5hbWU6<o:p></o:p></p>
        <p class="MsoNormal">Net::SMTP::_SSL=GLOB(0x562c48a326a0)<<<
          (decoded) Username:<o:p></o:p></p>
        <p class="MsoNormal">Net::SMTP::_SSL=GLOB(0x562c48a326a0)>>>
          (decoded) <a href="mailto:my_gmail@gmail.com"
            moz-do-not-send="true" class="moz-txt-link-freetext">
            my_gmail@gmail.com</a><o:p></o:p></p>
        <p class="MsoNormal">Net::SMTP::_SSL=GLOB(0x562c48a326a0)>>>
          dHB6YnVnc0BnbWFpbC5jb20=<o:p></o:p></p>
        <p class="MsoNormal">Net::SMTP::_SSL=GLOB(0x562c48a326a0)<<<
          334 UGFzc3dvcmQ6<o:p></o:p></p>
        <p class="MsoNormal">Net::SMTP::_SSL=GLOB(0x562c48a326a0)<<<
          (decoded) Password:<o:p></o:p></p>
        <p class="MsoNormal">Net::SMTP::_SSL=GLOB(0x562c48a326a0)>>>
          (decoded) my_password<o:p></o:p></p>
        <p class="MsoNormal">Net::SMTP::_SSL=GLOB(0x562c48a326a0)>>>
          WXVtIEJ1Z3Mh<o:p></o:p></p>
        <p class="MsoNormal">Net::SMTP::_SSL=GLOB(0x562c48a326a0)<<<
          535-5.7.8 Username and Password not accepted. Learn more at<o:p></o:p></p>
        <p class="MsoNormal">Net::SMTP::_SSL=GLOB(0x562c48a326a0)<<<
          535 5.7.8  <a
            href="https://support.google.com/mail/?p=BadCredentials"
            moz-do-not-send="true" class="moz-txt-link-freetext">
            https://support.google.com/mail/?p=BadCredentials</a>
          m2-20020a056870030200b0016dbf59175bsm95354oaf.47 – gsmtp<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Does anyone  have an idea what is happening
          here?<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Thanks,<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Mike Ambrose<o:p></o:p></p>
        <p class="MsoNormal">Topaz Systems, Inc<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
      </div>
      <br>
      <fieldset class="moz-mime-attachment-header"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
support-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:support-list@bugzilla.org">support-list@bugzilla.org</a>
<a class="moz-txt-link-freetext" href="https://lists.bugzilla.org/listinfo/support-list">https://lists.bugzilla.org/listinfo/support-list</a>
</pre>
    </blockquote>
    <div class="moz-signature">-- <br>
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <title></title>
      <div class="moz-signature">
        <div>
          <table style="width: 300px; border-style: none;"
            cellpadding="3px" border="0px">
            <tbody>
              <tr>
                <td style="width: 106px;"><img alt="[Bugzilla Logo]"
                    src="cid:part1.j9ck0sIa.jyKWeZhN@bugzilla.org"
                    moz-do-not-send="false" width="100" height="100"></td>
                <td>
                  <div><strong><span style="font-size: 13pt;">Dave
                        Miller</span></strong></div>
                  <div>Project Leader</div>
                  <div><strong>Bugzilla Project</strong></div>
                  <div><a href="https://bugzilla.org/"
rel="nofollow
                    noopener noreferrer" target="_blank"
                      class="moz-txt-link-freetext">https://bugzilla.org/</a></div>
                </td>
              </tr>
            </tbody>
          </table>
        </div>
      </div>
    </div>
  </body>
</html>