Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-57407

Reached the email sending limit (500) for MailTrap

XMLWordPrintable

      Seems that there exist some tests related with third party mailer system that are broken at acceptance-test-harness:

      plugins.EmailExtPluginTest.build
      plugins.MailWatcherPluginTest.notify_master_on_jenkins_restart
      plugins.MailWatcherPluginTest.notify_slave_on_restart
      plugins.MailerPluginTest.send_mail_for_failed_build
      plugins.MailerPluginTest.send_test_mail
      plugins.MavenPluginTest.send_mail
      

      So, seems a new credential token at MailTrap is needed as done here:
      https://github.com/jenkinsci/acceptance-test-harness/pull/439/files

      API said it is owned by olivergondza:

      {
       "id": 5560,
       "email": "ogondza@gmail.com",
       ...
       "system_message": "You have reached the email sending limit (500) for the current billing period. To resolve the matter, you may wait until the next billing period or upgrade your plan",
       "just_signed_up": false
      }
      

      "You have reached the email sending limit (500) for the current billing period. To resolve the matter, you may wait until the next billing period or upgrade your plan" seems the issue here.

            olivergondza Oliver Gondža
            imontero Ildefonso Montero
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: