Skip to content

setReplyTo not working in cakephp3.7  #3

@bssgopal

Description

@bssgopal

$email = new Email('sendgrid');

$email->setFrom(['you@yourdomain.com' => 'CakePHP SendGrid'])
->setTo('foo@example.com.com')
->setReplyTo('sender@example.com.com')
->setSubject('Email from CakePHP SendGrid plugin')
->send('Message from CakePHP SendGrid plugin');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions