Hello, I'm having problems sending out emails. I found out that the problem is the header parameter that is passed to mail(). If I hard code something like "From: foo@bar.com" instead, it sends emails perfectly.
Does WPMU send out emails only during registration/password retrieval? If so, I can just leave that hard coded email there... Any cons to this idea?
Thanks.