vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Email problems - no line breaks (https://vborg.vbsupport.ru/showthread.php?t=137944)

Ninth Dimension 01-30-2007 03:00 PM

Email problems - no line breaks
 
Since yesterday something strange has been happening on my http://theice.co.uk/ site.

All emails that are generated by the server are being sent without line breaks in them. Well - I say all, it could just be the emails I'm receiving on my gmail account - but I'm going to assume it's all of them.

This isn't a good thing as I have a lot of new members joining the site as a result of an advertising push I'm doing, and I don't want them getting confused having to try and workout the confirmation email because of no line breaks.

Does anyone have any ideas what might be causing this?

Thank you.

Quick update: I have a second vB forum running on the same server, and that's sending emails fine, so it's just TheICE.co.uk which has the problem. I've not made any changes nor added anything to the site prior to the problem starting, so I'm totally confused as to what could be causing it :(

Ninth Dimension 02-01-2007 01:17 PM

I've done a bit of invistigation and it turns out the problem is due to the mails being sent as html - even though they don't contain any html content. The header has the following:
Code:

Content-Type: text/html; charset="ISO-8859-1"
when it's meant to have:
Code:

Content-Type: text/plain; charset="ISO-8859-1"
So the question is - how can I fix this?

webmazter 02-01-2007 02:10 PM

theice.co.uk is using SMTP or sendmail to send email?

And how about the other forum site?

Ninth Dimension 02-01-2007 04:25 PM

I found the problem, it was caused by the weekly stats mod.

webmazter 02-01-2007 06:42 PM

Great. :)


All times are GMT. The time now is 07:46 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01558 seconds
  • Memory Usage 1,711KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete