I have a basic Drupal install and a bunch of users.
How could my Drupal users receive e-mails from the outside world at their address (e.g. user@my-drupal-install.com)?
Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Thanks all!
You’ve put me in the right direction and I ended up writing a script that reads the Drupal’s users table and configures the mail server accordingly.
I’ve turned it into a small Python library for WebFaction, available at http://code.google.com/p/drupal2mail.
Hope it’s useful for some!