The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
passwrd reset now can't send emails - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: Installation (https://forums.formtools.org/forumdisplay.php?fid=4)
+--- Thread: passwrd reset now can't send emails (/showthread.php?tid=1635)



passwrd reset now can't send emails - braven - Sep 15th, 2011

I followed instructions to change Admin Password. wprked.
Now form emails not being sent & Test Email doesn't send.

So I reinstalled all on different domain/server.
this Works fine except when receiving email submissions
the email link is not click-able in HTML so I changed it to TEXT, here the email submission email address link IS click-able but for my clients who use Yahoo email, it pops up something unrecognizable & not yahoo.

In this second problem, is it that the client's default email program isn't set to be yahoo or is it some setting I can change in admin?

In the first problem, Do I have to start over & reinstall everything there, too, perhaps the database is corrupted or something?

Any help will of course be appreciated.


RE: passwrd reset now can't send emails - Ben - Sep 15th, 2011

Hi Braven,

Quote:the email link is not click-able in HTML so I changed it to TEXT, here the email submission email address link IS click-able but for my clients who use Yahoo email, it pops up something unrecognizable & not yahoo.

I *think* I understand what you mean. First, if you're using HTML email, to make an email link clickable you'd need to wrap it in <a> tag like so:

Code:
<a href="mailto:the@email.com">the@email.com</a>

Secondly, with regard to the application that opens when a user clicks that, it's actually defined according to their own computer settings. There's no way to change that for everyone - it will behave appropriately for each user.

Quote:In the first problem, Do I have to start over & reinstall everything there, too, perhaps the database is corrupted or something?

This is referring to the problem where the emails aren't being sent on the first server? I doubt it's a problem with the installation: more likely just the email configuration on the server. Some servers don't let you send multipart emails (both HTML + text). That's a pretty common problem. Maybe try only sending emails with either HTML or Text but not both.

- Ben