luisdalmolin / laravel-mandrill-driver

Mandrill mail driver for Laravel for version 6+
MIT License
79 stars 38 forks source link

Add GitHub CI + Update readme with information on accessing Mandrill Message Id's #40

Closed thybag closed 1 year ago

thybag commented 1 year ago

Hi @luisdalmolin, please let me know if there is anything you would like me to tweak/change in this PR.

Key changes;

1) Add config for GitHub CI It took me a few attempts to realise the .gitignore meant I hadn't pushed my phpunit up 😄

2) Update readme This is pretty much just me adding a section re: how to access the MessageId details from the sentMessage event. Let me know if there's anything i can improve on the description.

With luck the github ci config should apply to this PR automatically 🤞 If not, you may need to enable it on the repo (I think on https://github.com/luisdalmolin/laravel-mandrill-driver/settings/actions). You can see an example of what it should look like when running on https://github.com/thybag/laravel-mandrill-driver/pull/2