-
Updated
Jun 30, 2020 - JavaScript
sendgrid
Here are 534 public repositories matching this topic...
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
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 = -
Updated
Jun 22, 2020 - Python
-
Updated
Jul 2, 2020 - JavaScript
Are there plans to update this package to use more recent versions of the newtonsoft.json package? It fails if any version above 9.0.1 is installed.
@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
Jul 4, 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
Jun 24, 2020 - C#
-
Updated
Apr 26, 2020 - JavaScript
-
Updated
Jun 24, 2020 - Ruby
-
Updated
Mar 10, 2020 - JavaScript
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
May 6, 2017 - HTML
-
Updated
Apr 26, 2020 - Python
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:/