Use this in your configuration/email.php
[code:1:0edc25db0e] $config[’protocol’] = ‘smtp’;
$config[’smtp_host’] = ‘smtp.postmarkapp.com’;
$config[’smtp_port’] = ‘587’;
$config[’smtp_user’] = ‘YOUR_KEY_HERE’;
$config[’smtp_pass’] = $config[’smtp_user’];[/code:1:0edc25db0e]
Leave a Reply