Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email notification #80

Merged
merged 13 commits into from
Jun 8, 2013
Merged

Commits on May 31, 2013

  1. Configuration menu
    Copy the full SHA
    0c1c3d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f76a2a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2013

  1. Filled out the Plugin\Email::sendEmail(). Pulls in the following sett…

    …ings from the phpci config under the heading email_settings:
    
    smtp_address
    smtp_port
    smtp_username
    smtp_password
    
    and
    
    from_address
    meadsteve committed Jun 1, 2013
    Configuration menu
    Copy the full SHA
    f0a5ba5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7761d9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76e5c66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    196a1b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2c408f View commit details
    Browse the repository at this point in the history
  6. Adding Getter for builder's success property so that plugins can find…

    … out if the the build has succeeded or not.
    meadsteve committed Jun 1, 2013
    Configuration menu
    Copy the full SHA
    a4c051e View commit details
    Browse the repository at this point in the history
  7. Email plugin now looks in the yaml file for an addresses setting. All…

    … these addresses will be mailed with a pass or fail message.
    meadsteve committed Jun 1, 2013
    Configuration menu
    Copy the full SHA
    f8407e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2013

  1. Configuration menu
    Copy the full SHA
    eaac43e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33b840a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8437003 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2013

  1. Update to composer.json to correct indentation.

    swiftmailer was added automatically by PHPStorm and the indentation didn't match the rest of the file.
    meadsteve committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    ab81c75 View commit details
    Browse the repository at this point in the history