Code Monkey home page Code Monkey logo

Comments (5)

rbin avatar rbin commented on June 15, 2024

Hi there,

Can you confirm that the UniqueArgs are never being set, or sometimes being set? Can you please also confirm how long you've been using this code, and if this problem has ever been an issue before now?

Thanks!

from sendgrid-go.

ailabs-software avatar ailabs-software commented on June 15, 2024

rbin, thanks for your quick response!

It is sometimes setting the unique args, maybe a 3rd of the time. I have verified that we are definitely always running the AddUnqiueArg() call with proper non-empty string values..

We have migrated our messaging backend from a solution based on https://github.com/sendgrid/sendgrid-nodejs, where UniqueArgs were working.

So, this code has been in use for the second day today.

Standing by.

from sendgrid-go.

elbuo8 avatar elbuo8 commented on June 15, 2024

Are you using the lastest version of smtpapi-go?

Are this normal strings? or are you using special characters?

Try logging all the strings you are setting to avoid any false positives.

from sendgrid-go.

ailabs-software avatar ailabs-software commented on June 15, 2024

Yes, smtpapi-go is latest commit (commit f898c6a004fb8d48ef1ef3d0e64917c0522ead1c).

We put in logging code yesterday that showed these results:
The values are uuids, for example, "0948c776-9920-4bb8-940b-64de0a58dec9", from my logs:

message.AddUniqueArg("mtmsg_id", mtMessage.Id);
log.Println("EMAIL SEND: MTDEFSET: ", mtMessage.Id ); // Type of Id field on struct is: Id string json:"id";

2015/02/16 22:21:18 EMAIL SEND: MTDEFSET: 0948c776-9920-4bb8-940b-64de0a58dec9
2015/02/16 22:21:26 RAW JSON
[{"email":"[email protected]","smtp-id":"14b958de7b1.4248.23a563@ismtpd-040","timestamp":1424143285,"response":"250 2.0.0 OK 1424143285 on8si852925
4vcb.67 - gsmtp ","sg_event_id":"SIjgTEDrTn2X0ofcYrLyJw","sg_message_id":"14b958de7b1.4248.23a563.filter0201p1mdw1.3150.54E2B3AF5.0","event":"delivered"}]

Sendgrid's response showed no "mtmsg_id" key, and they said their logs don't have the unique arg on the message at that time.

Should I try setting the unique arg map directly? Why might this only happen some of the time?

from sendgrid-go.

ailabs-software avatar ailabs-software commented on June 15, 2024

Okay, we've found this happens only when there is a return character (which gets encoded by url.Values to %0A) in the subject line.

Thank you for being responsive on this issue.

from sendgrid-go.

Related Issues (20)

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.