When i send an email with a normal API key there is no problem, but when i add the test key en go to the test mode of Mandrill i do not find any email in my outbound box.
What can be the problem? Are there some specific action that i have to do for working whit TEST mode?
Do you want to pretend to send the mail or do you want to see the mail coming in Mandrill and just not send it?
For question 2, Laravel has a pretend function for emails. If you don't want to send the email but want to execute the code you can put this config on true or false and it the email can be found in your log files ;)