Access is invite-only during beta. Once invited, create a key to personalize these examples. Production sending requires a separate review.
Send emails with Joomla
Point Joomla SMTP at PostShiba.
Open System → Global Configuration → Server. Set the mailer to SMTP. Host smtp.postshiba.com. Port 587. STARTTLS. AUTH PLAIN.
configuration.php
1
# System → Global Configuration → Server
2
mailer=smtp
3
smtphost=smtp.postshiba.com
4
smtpport=587
5
smtpsecure=tls
6
smtpauth=1
7
smtpuser=smtp_9
8
smtppass=YOUR_PASSWORD
9
mailfrom=hello@mail.example.com