Jordan Wright

Results 96 comments of Jordan Wright

I’ll be happy to mentor to help make this possible. This evening, I’ll drop some notes on how I’d approach it, where the relevant code is, etc. to help get...

@ChessSpider from what I can see, you're right that we'll need to update the `gomail` package to support this. I'm not quite sure what the right answer is for how...

Thanks for this report! I know we have a similar bug open for CSV email support. I'll keep this one open to handle specifically the importing of non-ascii characters. >...

@noelvang, would you mind sending me a CSV that you're having difficulties importing? You can send it to [email protected]. It would help me reproduce this issue a bit easier.

It seems like the UTF-8 encoded one you sent me actually doesn't have an issue with ö, but an issue with the "First Name" column. Here's a modified file (it...

> Terminal gives this: group.go:196: Invalid email Testing In this particular case I screwed up where the fields were :fearful: If you move the email to the right column, it...

I think @W1R3D-Code is on to something. Doing some looking, it's quite possible that the BOM needs to be removed before processing the field. I'm not going to pretend to...

Huh... that's not what's supposed to happen. Thanks for the report. I'll look into it this evening. > On Jun 2, 2017, at 8:39 AM, adberg87 wrote: > > When...

So to be clear, you're trying to override the From header? Does this only happen on the From header, or do you see it on every custom header?

Sorry for the delay on this. After further review, it looks like the `Return-Path` header is one of the few (if not the only) header impacted by this, and it...