Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

waloshin

macrumors 68040
Original poster
Oct 9, 2008
3,560
394
I am self hosting my website and therefor dont have an email server setup. So my fanpage at waloshin.com./fan page wont email new users their password, because there is no email server, I assume. I am using wordpress so what can I do?
 
WordPress should use the built in PHP mail function on your web host. If it's not working, then possibly it's disabled or not configured correctly. I would check your hosting company's documentation and/or raise a ticket with them.
 
You will have to install sendmail, exim or other mail server, configure PHP mail to use this mail server, and configure it to send mail. This can be confusing and messy. You may also have problems sending email due to issues with your internet service provider. This shouldn't be a big problem if you are using a VPS.

An easier way to send mail with PHP is through the PHP-Pear Mail extension. With this, you can actually send mail though any email account, provided you give the login info. No easy way to get this done with Wordpress. Have a look at the source code or see if there is a plugin for this.
 
Self hosting in respect of WordPress means that you're hosting a WP install on your "own" server as opposed to at wordpress.com. Your "own" server could be literally that, or a shared hosting package, or a VPS, or whatever.

Thank you for the clarification. I was lost from the beginning then.
 
Fixed plugin: WP-Mail-SMTP

Did the trick just used my google account.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.