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

attachments are named with the full file path #2

Closed
steirer opened this issue Apr 25, 2012 · 1 comment
Closed

attachments are named with the full file path #2

steirer opened this issue Apr 25, 2012 · 1 comment

Comments

@steirer
Copy link

steirer commented Apr 25, 2012

When I attach an attachment to my sendgrid message like this:
sendgridMessage.AddAttachment("c:\myFiles\test.pdf");
... then sending it via REST, the resulting email will have an attachment named "c:\myFiles\test.pdf".
This is just unuseable.

The expected result is: "test.pdf"

@brandonmwest
Copy link
Contributor

Fixed thanks to @sbosell -- 2a9fcb7

saluce65 pushed a commit to saluce65/sendgrid-csharp-mailbuilder that referenced this issue May 23, 2014
saluce65 pushed a commit to saluce65/sendgrid-csharp-mailbuilder that referenced this issue May 23, 2014
gabrielkrell pushed a commit to gabrielkrell/sendgrid-csharp that referenced this issue Aug 2, 2017
Allow text or html to be set to None.
kingtechnologydev pushed a commit to kingtechnologydev/sendgrid-csharp that referenced this issue Aug 6, 2024
…est sendgrid#2)

Additions of missing Git Code for new King Dev Environment: CRM-823, Subtask CRM-886

Approved-by: Anne.Bugenstein
Approved-by: Nathan Beaulieu
kingtechnologydev pushed a commit to kingtechnologydev/sendgrid-csharp that referenced this issue Aug 6, 2024
kingtechnologydev pushed a commit to kingtechnologydev/sendgrid-csharp that referenced this issue Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants