You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.
Thanks for this brilliant tool but I am hoping you could give me an example of how to include a campaign id. I have had a number of attempts but I cannot get it right.
Neither of these work and I'm hoping you can point me in the right direction (I would have asked on the Laravel forum but it is moving and laravel.io isn't working).
The problem is that the data() method adds the passed data (and key) as data with the v: prefix.
Thus $message->data('o:campaign', '001_invitation_requests'); becomes: 'v:o:campaign', '001_invitation_requests'.
I'm currently adding all the remaining o: options, specified in the Mailgun documentation, to the package.
This way, adding a campaign ID to a message would be as simple as:
- Enable/Disable DKIM Signatures
- Enable/Disable Tracking
- Enable/Disable Click tracking
- Enable/Disable Open Tracking
This is a follow-up for #19 (@GrandadEvans)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Bogardo,
Thanks for this brilliant tool but I am hoping you could give me an example of how to include a campaign id. I have had a number of attempts but I cannot get it right.
Neither of these work and I'm hoping you can point me in the right direction (I would have asked on the Laravel forum but it is moving and laravel.io isn't working).
Thanks in advance and Thanks again for the repo.
John
The text was updated successfully, but these errors were encountered: