Git Product home page Git Product logo

mailersend-go's People

Contributors

benjamonnguyen avatar danslo avatar fosron avatar nklmilojevic avatar prakharsrivastav avatar renovate-bot avatar renovate[bot] avatar robgordon89 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mailersend-go's Issues

Attachment ContentID is not getting added to the email.

Go code
mailersend.Attachment{Filename: "filename.png", Content: encoded, ID: "filename"}

Email Source

Content-Type: image/png; name=filename.png
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename=filename.png

Seems its messing 'Content-ID: '

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/test.yaml
  • actions/checkout v4
  • actions/setup-go v5
gomod
go.mod
  • go 1.17
  • github.com/google/go-querystring v1.1.0
  • github.com/stretchr/testify v1.8.4

  • Check this box to trigger a request for Renovate to run again on this repository

Add missing parameters to Domains endpoints

We added two parameters for our domains: ignore duplicated recipients and add a precedence bulk header. Both of these parameters have to be added to our related Domains endpoints.

  • Add the ignore_duplicated_recipients and the precedence_bulk parameters to the Get a list of domains endpoint.
  • Add the ignore_duplicated_recipients and the precedence_bulk parameters to the Get a single domain endpoint.
  • Add the ignore_duplicated_recipients and the precedence_bulk parameters to the Add a domain endpoint.
  • Add the ignore_duplicated_recipients and the precedence_bulk parameters to the Update domain settings endpoint.

Suggest to add token as .env variable instead of explicit declaration

As to better enforce security on our SDKs and avoid incidents, please avoid suggesting our users to set explicit declaration of the API/SMTP token in the code and instead suggest setting the API key as an environment variable.

  • Suggest adding the token in the .env file
  • Edit the part with the token on all endpoints ("var APIKey = "Api Key Here"") to match the .env configuration.

Add the priority parameter to the inbound route endpoints

We have a new parameter called "inbound_priority" on our Inbound Routes. This parameter allows our users to create multiple inbound routes per inbound subdomain. Each one of the routes will be processed in a descending order. Values can be between 0 and 100. 0 has more importance than 100.

Update the list of all webhook events

Please update the list of all webhook events in the documentation or any place where they are mentioned:
SOFT_BOUNCED = "activity.soft_bounced",
HARD_BOUNCED = "activity.hard_bounced",
OPENED = "activity.opened",
OPENED_UNIQUE = "activity.opened_unique",
CLICKED = "activity.clicked",
CLICKED_UNIQUE = "activity.clicked_unique",
UNSUBSCRIBED = "activity.unsubscribed",
SPAM_COMPLIANT = "activity.spam_complaint",
SURVEY_OPENED = "activity.survey_opened",
SURVEY_SUBMITTED = "activity.survey_submitted",
IDENTITY_VERIFIED = "sender_identity.verified",
MAINTENANCE_START = "maintenance.start",
MAINTENANCE_END = "maintenance.end",

Inline image attachment

Any chance that inline images will be supported?

 message.addInline("myLogo", "img/mylogo.gif");

<img alt="Embedded Image" src="images/realtalklogo.png"/>

Create the Email verification endpoints

  • Get all email verification lists
  • Get an email verification list
  • Create an email verification list
  • Verify an email list
  • Get email verification list results

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.