View Issue Details

IDProjectCategoryView StatusLast Update
0010580mantisbtadministrationpublic2012-08-26 16:17
Reportersiebrand Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
PlatformIntelOSWindows (xammp) 
Product Versiongit trunk 
Summary0010580: Admin user creation gives output errors
Description

After creating a new user with the admin account I get the following error output from phpmailer:

Invalid address: root@localhostYou must provide at least one recipient email address. Invalid address: 123456You must provide at least one recipient email address. Invalid address: root@localhostYou must provide at least one recipient email address. Invalid address: root@localhostYou must provide at least one recipient email address.

Valid e-mail address was provided, the user is created and gets an e-mail as expected.

Steps To Reproduce
  1. Go to Manage -> Manage users -> Create account
  2. fill in user data and an e-mail address (need to have e-mail configured)
  3. Click 'create user'.
Additional Information

Config:
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'some host';
$g_smtp_username = '';
$g_smtp_password = '';

TagsNo tags attached.

Relationships

duplicate of 0014543 closeddregad Emails are not sent to addresses with single subdomain 

Activities

There are no notes attached to this issue.