Replies: 0
Hi
I had to add the following code to src/Providers/Sendgrid/Mailer.php set_from function to be able to use it.
if(empty($email)){
$email= $this->options->get("mail","from_email");
}
The From field seem to not be populated accordingly to sendgrid API needs.
Thx