[codeigniter][postmarkapp] Email SMTP

By.

min read

My profile

Share this:

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]

Share this:

Leave a Reply

Your email address will not be published. Required fields are marked *