Leland Olney
Leland Olney
domain authentication gets rid of the "on behalf of" in the email (at least, in the gmail client) but so far in my testing, single sender verification seems to be...
Sure, the url is here: https://app.sendgrid.com/settings/sender_auth here is the docs about the single sender verification: https://sendgrid.com/docs/for-developers/sending-email/sender-identity/ There are two ways you can confirm send identities: 1) Create a single sender...
This is a really great webapp (thanks), and I wanted to get it deployed to my site so I made a change to add fromEmail, and to add the documentation...
instead of "sudo python setup.py install" just do "sudo pip3 install edl" (I had to 'sudo pip3 install timecode' before it worked, but probably only because im mixing sudo and...