-
Updated
Jun 30, 2020 - JavaScript
Sending email to an email address which has unicode characters in local part (example: françois@domain.tld) results in an error using the sendgrid-php library.
...
$email = new \SendGrid\Mail\Mail();
$email->setSubject('My Subject');
$email->addTo('françois@domain.tld');
...
results in
PHP Fatal error: Uncaught SendGrid\Ma
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 = Django email backends and webhooks for Amazon SES, Mailgun, Mailjet, Postmark, SendGrid, Sendinblue, SparkPost and more
Gmail Unsubscriber is a Google Apps Script for unsubscribing from unwanted emails newsletters and other bulk emails with one click. It works with Gmail and Google Inbox.
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.
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
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.
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
Configure Magento 2 to send email using Google App, Gmail, Amazon Simple Email Service (SES), Microsoft Office365 and many other SMTP (Simple Mail Transfer Protocol) servers
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
An implementation of Django's EmailBackend compatible with sendgrid-python v5+
Strongly typed library for the entire SendGrid v3 API, including webhooks
Feathers mailer service using nodemailer
GitHub Action that triggers e-mails with release notes when these are created
Send cold emails for free! Completely free and open source project to fight against sales stagnation in your company
RESTFeel: 一个企业级的API管理&测试平台。RESTFeel帮助你设计、开发、测试您的API。
Add a description, image, and links to the sendgrid topic page so that developers can more easily learn about it.
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:/