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

feat: Added support of replyToList in the library, #339: #1303

Merged

Commits on Sep 2, 2021

  1. reply_to_list support is added

    Subinoy Ghosh committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    eee815e View commit details
    Browse the repository at this point in the history
  2. added missing declaration in MailData

    Subinoy Ghosh committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    a31855c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. minor change in code logic

    Subinoy Ghosh committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    7c9bd68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af05b78 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/subinoy7/sendgrid-nodejs in…

    …to f/replyToMultiple
    Subinoy Ghosh committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    3ea1549 View commit details
    Browse the repository at this point in the history
  4. Added test case coverage for replyToList functionality

    Subinoy Ghosh committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    05fba7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be7d949 View commit details
    Browse the repository at this point in the history
  6. corrected test email ids to look good

    Subinoy Ghosh committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    f22f65b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1 from subinoy7/f/replyToMultiple

    Added support of replyToList in the library
    subinoy7 authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    75aa0f7 View commit details
    Browse the repository at this point in the history
  8. Added support of replyToList in the library, sendgrid#339:

    - Use the replyToList header to set multiple emailIds in the reply-to section of an email
    - Fixed old test cases that were failing as SendGrid changed the acceptable response code to 202
    Subinoy Ghosh committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    1cb6525 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Implemented code changes requested

    - removed commented unused code
    - Fixed typo in error message string
    - added missing test cases
    - added example doc of replyToLIst in use-cases
    Subinoy Ghosh committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    cb36df5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e43e49 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/subinoy7/sendgrid-nodejs in…

    …to feature/replyToListImplementation
    Subinoy Ghosh committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    74f173f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    423df19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feff1d6 View commit details
    Browse the repository at this point in the history