I've been trying to set the from name on a Sendgrid e-mail without success. Using nodemailer I could do "Name <name@example.org>"
but if I do the same with Sendgrid it produces an error.
I've found an old question with the same issue here (Adding a name to the "from" field in SendGrid in Node.js) and tried the accepted answer but it seems that it is not working anymore.
Is it still possible to do it or are my emails always going to be from donotreply?