smtp
-
Ruby
How to Use Ruby on Rails for Local SMTP Email Testing
When it comes to testing email templates for production; I think it is fair to say testing is key. Action…
Read More » -
Web Servers
Postfix relay through Outlook (TLS)
Abstract We take email for granted. It seems so easy. Just click the send button. But spam has made sending…
Read More » -
Web Servers
Postfix relay through Yahoo! (SSL)
Abstract We take email for granted. It seems so easy. Just click the send button. But spam has made sending…
Read More » -
PHP
PHP Mail Function Example
In this example, we will see how we can send emails with PHP. After seeing this example, you will be…
Read More » -
Python
Python Send Email Example
In this example, by using Python 3.4, we’ll learn how to send mails using Python’s smtplib module. SMTP stands for…
Read More »