-
Notifications
You must be signed in to change notification settings - Fork 586
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
Comments
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
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"
The text was updated successfully, but these errors were encountered: