Re: [phpWebLog-devel] Email problem
Brought to you by:
openface
From: jason <ope...@ey...> - 2000-06-16 07:51:17
|
> I'm getting an error when I try to mail an author by clicking on the author > link in an article or comment. (There was an error sending your message. > Please try again. ) This message is the result of php's mail() function. If it fails for any reason, phpWebLog will report this error. The reason it is failing might be because: > I also notice that some email addresses of authors are getting encrypted, > whereas others aren't. It might be trying to send mail to an encrypted email address. This, I believe is working fine in 0.2.4, but only if you did a clean install, database and all. Previous versions did not encrypt the email addresses, so if you upgraded, and are trying to email one of the older profile addresses, it may be encrypting for the first time, rather than unencrypting an already encrypted address. (whew) This is the first I've heard of this kind of error. What this an upgrade or a fresh install (database and all)? Jason |