Skip to content
#

sendgrid

Here are 534 public repositories matching this topic...

victorpergher
victorpergher commented Feb 20, 2020

I need help with a problem. I use dynamic templates and work's fine for a long time but recently (i dont know exactly when) one problem appears.
When i send the email using functionally 'Send a test email', i have received a email perfect, but when i use the API, the email is sended without style, completely disfigured.

Examples
Email received when i use 'Send a teste email'
![image](https:/

mastre
mastre commented Dec 10, 2019

Issue Summary

Sending email to an email address which has unicode characters in local part (example: franç[email protected]) results in an error using the sendgrid-php library.

Steps to Reproduce

...
$email = new \SendGrid\Mail\Mail();
$email->setSubject('My Subject');
$email->addTo('franç[email protected]');
...

results in

PHP Fatal error:  Uncaught SendGrid\Ma
plowman
plowman commented Apr 3, 2019

Issue Summary

Something I ran into while upgrading to 6.0.2 just now is that when sending a Mail object with a to_emails= parameter that is a list of [[email, name]], a confusing exception is thrown while if it's a list of [(email, name)], it succeeds.

This snippet fails

from sendgrid import SendGridAPIClient
from sendgrid.helpers.mail import Mail

email_list = 
vanta
vanta commented Nov 5, 2018

Issue Summary

Emails containing specific content cannot be send using SG, due to content validation.

I cannot find any documentation of this "feature".

Please narrow validation and document it or remove it at all.

Steps to Reproduce

  1. Try to send email with following content: SG..

Result:
`IllegalArgumentException: Found a Forbidden Pattern in the content of the em

simshaun
simshaun commented Apr 24, 2019

The SendGrid API is returning an error when a message implementing TaggableInterface is sent without any tags.

Error from SendGrid API:

Field: categories
Message: The categories array, when used, must have at least one category.
Help: http://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/errors.html#message.categories

Caused by https://github.com/Stampie/Stampie/blob/master/l

jhackett1
jhackett1 commented Apr 14, 2020

hello!

i was trying to hook up sendgrid to my rails app in development and production using the smtp config in this guide.

no matter how hard i tried i couldn't get it to work with these instructions. i tried first with a username and password and then with an api key as the password

metaperl
metaperl commented Jan 25, 2018

hello,

The documentation for this library does not show any way to enable logging.

Currently, email is not being delivered and I have no idea why - the ability to enable logging would be of great use.

Also the docs do not indicate the return value of methods, so I have no idea how to see if each method call is working.

My usage of this module is very minimal. All of it is shown [here

Improve this page

Add a description, image, and links to the sendgrid topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sendgrid topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.