Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

e-Mail sending problem


shmekera

Recommended Posts

Posted

Warning: mail(): SMTP server response: 550 Invalid recipient: Soul Seeker <[email protected] in d:\web\www\dtn\shopping\admin\includes\classes\email.php on line 522

 

Warning: Cannot modify header information - headers already sent by (output started at d:\web\www\dtn\shopping\admin\includes\classes\email.php:522) in d:\web\www\dtn\shopping\admin\includes\functions\general.php on line 22

 

any suggestions? thanks!

Posted

Warning: Cannot modify header information - headers already sent by (output started at d:\web\www\dtn\shopping\admin\includes\classes\email.php:522) in d:\web\www\dtn\shopping\admin\includes\functions\general.php on line 22

 

 

Error means "OUTPUT" is usually just a single space that should not be there!

 

something like this

 

<?php

instead of

<?php

 

or

 

?>

rather than

?>

 

That space will cause this problem

 

Check you e-mail.php

 

in admin / includes / classes

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted

OK I fix that.. but the problem is:

 

Warning: mail(): SMTP server response: 550 Invalid recipient: Soul Seeker <[email protected] in d:\web\www\dtn\shopping\admin\includes\classes\email.php on line 522

  • 3 weeks later...
Posted
OK I fix that.. but the problem is:

 

Warning: mail(): SMTP server response: 550 Invalid recipient: Soul Seeker <[email protected] in d:\web\www\dtn\shopping\admin\includes\classes\email.php on line 522

 

Have you perhaps found a solution for this? Please post it!

 

Thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...