I wrote Exit Shared Hosting Early, but this post is for those who have no reason to pay for web hosting.
Drupal is allowed on many free hosting server such as http://www.66ghz.com. However, a free hosting service may not allow Drupal to send out emails due to protection against spamming. We want Drupal to send emails at least on two occations:
Microsoft Live.com opens its SMTP server for those who have Hotmail account. And Drupal has a SMTP Authentication Support module that can utilize any SMTP server including Live.com's. You need to set the following in the module configuration:
SMTP server settings
WARNING Please configure with proper settings and do not use Live.com SMTP server for spamming or for other malpractice activities. Your Hotmail account may be revoked by Microsoft if they detect activities against the terms of service.
Drupal is allowed on many free hosting server such as http://www.66ghz.com. However, a free hosting service may not allow Drupal to send out emails due to protection against spamming. We want Drupal to send emails at least on two occations:
- to authenticate user during registration
- to email user via contact form
Microsoft Live.com opens its SMTP server for those who have Hotmail account. And Drupal has a SMTP Authentication Support module that can utilize any SMTP server including Live.com's. You need to set the following in the module configuration:
SMTP server settings
- SMTP server: smtp.live.com
- SMTP port: 587
- Use encrypted protocol: Use TLS
- Username: Your Hotmail email address i.e. foo@live.com
- Password: Your Hotmail password*
WARNING Please configure with proper settings and do not use Live.com SMTP server for spamming or for other malpractice activities. Your Hotmail account may be revoked by Microsoft if they detect activities against the terms of service.
Hey mike, really great thoughts on this topic, I recently blogged about this as well Drupal 8 SMTP Mail
ReplyDelete