Skip to content
#

sendgrid

Here are 501 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:/

paul-automox
paul-automox commented Feb 12, 2020

Issue Summary

Our old code was attempting to create an email object like so:

$email = new \SendGrid\Mail\Mail (
	$from,
	$tos,
	$subject,
	$body
);

However, this caused the API to return a "The content value must be a string at least one character in length." error. Looking at the code, this is where the constructor sets the email content:

https://github.com/sendgrid/

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

Casassarnau
Casassarnau commented Apr 23, 2020

Is this a BUG REPORT or FEATURE REQUEST?

bug report

What happened

(Include screenshots when possible)
Happy error 500 when trying to create a user from admin.

What you expected to happen

Create a user

How to reproduce it (as minimally and precisely as possible)

just click on create new user on admin.

Any

bug

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.