Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setReplyTo not working in cakephp3.7 #3

Open
bssgopal opened this issue Jul 23, 2020 · 0 comments
Open

setReplyTo not working in cakephp3.7 #3

bssgopal opened this issue Jul 23, 2020 · 0 comments

Comments

@bssgopal
Copy link

$email = new Email('sendgrid');

$email->setFrom(['[email protected]' => 'CakePHP SendGrid'])
->setTo('[email protected]')
->setReplyTo('[email protected]')
->setSubject('Email from CakePHP SendGrid plugin')
->send('Message from CakePHP SendGrid plugin');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant