-
Updated
May 14, 2020 - JavaScript
sendgrid
Here are 501 public repositories matching this topic...
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:
-
Updated
May 30, 2020 - Python
The README table of contents is missing some links. This needs to be added for better accessibility and ease.
@mpociot you did a very great job with Laravel Mailbox.
By building https://github.com/mailcare/mailcare and maintaining https://github.com/php-mime-mail-parser/php-mime-mail-parser, I already dreamt to create this connector for laravel, you did it with a very simple way, easy to use, .... so nice.
Do you have a doc to create a custom driver I would like to try to add the driver mailcare ?
We were previously using gometalinter, but it is now deprecated and golangci-lint is the recommended replacement.
Issue Summary
We want to update our git workflow to function more like Gitflow. We need to update the CONTRIBUTING.md file and PULL_REQUEST_TEMPLATE to direct contributors to fork/branch off the development branch and to merge their PRs with the development branch. Once this issue is complete, we will be c
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
- Try to send email with following content:
SG..
Result:
`IllegalArgumentException: Found a Forbidden Pattern in the content of the em
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
-
Updated
May 13, 2020 - PHP
I18n support
Is your feature request related to a problem? Please describe.
Currently, Airform validation is only available in english. An internationalized version can be useful for every worldwide users.
Describe the solution you'd like
Using an i18n framework like i18next or i18njs and a platform like Weblate, [Li
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
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
-
Updated
Feb 25, 2020 - Python
-
Updated
May 31, 2020 - C#
-
Updated
Apr 26, 2020 - JavaScript
-
Updated
May 23, 2020 - Ruby
-
Updated
Mar 10, 2020 - JavaScript
-
Updated
May 6, 2017 - HTML
-
Updated
Apr 26, 2020 - Python
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
-
Updated
Apr 17, 2020 - Swift
Improve this page
Add a description, image, and links to the sendgrid topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sendgrid topic, visit your repo's landing page and select "manage topics."
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:/