Skip to content
This repository has been archived by the owner on May 24, 2019. It is now read-only.

reply-to mailjet v3 not working #136

Open
sumeetsadarangani opened this issue Mar 20, 2018 · 0 comments
Open

reply-to mailjet v3 not working #136

sumeetsadarangani opened this issue Mar 20, 2018 · 0 comments

Comments

@sumeetsadarangani
Copy link

reply to not working....
it does not show reply-to address.

$params = array(
        "method" => "POST",
        "from" => $from_email,
        "to" => $to_email,
        "subject" => $subject,
        "html" => $message_body,
        "Headers" => [
                       "Reply-To" => $reply_to_email
                      ]
);

I also tried:

$params = array(
        "method" => "POST",
        "from" => $from_email,
        "to" => $to_email,
        "subject" => $subject,
        "html" => $message_body,
        "Reply-To" => $reply_to_email
 );

email is sent but not with reply-to option

@sumeetsadarangani sumeetsadarangani changed the title reply to mailjet v3 not working reply-to mailjet v3 not working Mar 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant