vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - EPC vbMailer [LITE] All in ONE E-mail Solution (https://vborg.vbsupport.ru/showthread.php?t=155820)

aus_dave 08-31-2007 05:15 AM

Quote:

Originally Posted by blogtorank (Post 1329289)
Timezone is all setup on your mail server, admincp, the usercp. It sends out in respect to what you have configured there, it's not we modify the headers, it's your mail server itself.


Your PHP mailer distribution has a bug in it:

https://sourceforge.net/tracker/inde...31&atid=385707

I would have made the change myself but you guys have encrypted the PHP mailer class in your script package (it's open source...what's up with that?).

Quote:

Originally Posted by blogtorank (Post 1329289)
Why not post a few examples here in a text file you are sending and I'll test it out on ours and use "OUTLOOK Express" normally your e-mail client is the issue on that on how things are displayed. Even look at the above example under our description of this mod to see a "plain text" and the outcome as "plain text"


Nothing too complex - I typed in 3 lines separated with linefeeds and sent to a range of email clients, Outlook Express didn't display it correctly. I tested using our old mailer and this doesn't happen.

JirQUEST 08-31-2007 05:32 AM

Quote:

Originally Posted by blogtorank (Post 1329287)
Here you go:

http://www.vbulletin.com/docs/html/m...ed_tasks_intro

Also, inside the task itself you'll see question marks for "Admin Help"

yup. checked that. but apparently it doesnt work out as i tried. is it possible that u might be able to guide me through this?

blogtorank 08-31-2007 05:42 AM

Quote:

Originally Posted by aus_dave (Post 1329283)
Good - I hope it improves the situation.

The timezone issue in the date needs to be fixed as it is giving mail meesages a high Spam Assassin score (timezone is invalid). Our server is in a .5 timezone so I don't know if that is part of the problem or not.

There also seems to be an issue with sending plain text emails and receiving them as text on Outlook Express. Line breaks are not included, either when typing direct into the text area or when pasting text from a text editor. I have tested this with vbMailer on Mac and PC and it occurs on both.

Quote:

Originally Posted by aus_dave (Post 1329300)
Your PHP mailer distribution has a bug in it:

https://sourceforge.net/tracker/inde...31&atid=385707

I would have made the change myself but you guys have encrypted the PHP mailer class in your script package (it's open source...what's up with that?).

What's up with what? Someone being a human being and that being a mistake there on obfuscation time (With your test script that we uploaded last night in and around 2-3:00AM). On v1.5 we did make sure the open source isn't obfuscated (All in all reality you can change modify the scripts or products that are within their TERMS)

To patch that if you like on 1/2 hour timezones feel free here to doing so until we factor that into our upcoming version to see (IF) any conflicts may occur for others.

Inkybro 08-31-2007 05:45 AM

Quote:

Originally Posted by JirQUEST (Post 1329307)
yup. checked that. but apparently it doesnt work out as i tried. is it possible that u might be able to guide me through this?

I do not quite understand your issue. The email not sending and the task not running are two different issues. You posted your task output in a previous post, and I see that it says:

Quote:

2: Do not run
To extend this a little bit for you, it means the email is scheduled to run after the current time. So if this is the issue, make sure you scheduled the email for the correct time.

If your task isn't running automatically, however, you should check the following:

Quote:

Warning:
vBulletin?s scheduled tasks system does not constantly run on the server like cron and scheduled tasks in Windows?. Tasks are automatically run when a user browses your board, so if your board does not have any traffic at a given time, tasks scheduled to run then will not run until later.
vBulletin?s scheduled tasks also will not run when you board is turned off.
In other words, it all works assuming you have traffic on your board. If no one visits your site, the task won't run.

You may also want to check your footer template, as if it's been modified, this can cause trouble if the '$cronimage' code is removed.

blogtorank 08-31-2007 06:50 AM

#--------------v1.5-LITE & FULL--------------#
  • Fixed a hanging process within the Send E-Mail by the RUN Now being processed
  • PER REQUEST: Added the Signature Line to be manually modified within the settings of LITE and FULL version
  • Update to the nl2br to fix broken issues with Outlook Express of receiving text e-mails, because Microsoft decided to NOT respect the \r\n format, so it's known as the nl2br
    Code:

    \r\n = "<br>"
  • Few other snags cleaned up to put this to v1.5.
See the attached screenshot for the FULL version of vbMailer's settings that is all done from the back-end rather than manually modd'n the config file. :)

blogtorank 08-31-2007 06:55 AM

Quote:

Originally Posted by aus_dave (Post 1329300)
Nothing too complex - I typed in 3 lines separated with linefeeds and sent to a range of email clients, Outlook Express didn't display it correctly. I tested using our old mailer and this doesn't happen.

This should be fixed within v1.5 now due to the Microsoft Outlook Express using crlf and and not the \n\r which now we have added the code to help alleviate this. Do update us here when you have time.

JirQUEST 08-31-2007 10:18 AM

Quote:

Originally Posted by blogtorank (Post 1329287)
Here you go:

http://www.vbulletin.com/docs/html/m...ed_tasks_intro

Also, inside the task itself you'll see question marks for "Admin Help"

I am utterly confused. I tried earlier on by setting the time in the "Compose Email" portion. Then I went to the Scheduled Tasks, and arranged the time to fit the one in "Compose Email". Clicked "Run Now", and it sent. Then I tried with all my registered users, and nothing happens. How does this exactly work?

Also, I read that last night already, in a bid to solve my problem. Apparently nothing turns up.

blogtorank 08-31-2007 10:24 AM

Quote:

Originally Posted by JirQUEST (Post 1329408)
I am utterly confused. I tried earlier on by setting the time in the "Compose Email" portion. Then I went to the Scheduled Tasks, and arranged the time to fit the one in "Compose Email". Clicked "Run Now", and it sent. Then I tried with all my registered users, and nothing happens. How does this exactly work?

Also, I read that last night already, in a bid to solve my problem. Apparently nothing turns up.

It sends you say, then you tried to send to your registered users and nothing happens, I'm utterly confused now :| What bid? Do you have the FULL version? If so and if you have a issue, do create a support ticket on that with all of your login information via SSH / FTP, and make us a superadmin to the forums.

If this is a LITE issue, then what one are you referencing? If it's about the Scheduled tasks, what can we do there? Inkybro posted too you how that works...

Do let me know because we don't need to be confused too :erm:

JirQUEST 08-31-2007 10:28 AM

sorry. i meant it didn't send. crap. that was really a bad typo. and it's the full version. setting up a ticket now on your end.

Inkybro 08-31-2007 02:10 PM

Quote:

Originally Posted by JirQUEST (Post 1329413)
sorry. i meant it didn't send. crap. that was really a bad typo. and it's the full version. setting up a ticket now on your end.

Do you have the 1.5 update?

Create a ticket and give us superadmin and we can upgrade it for you.


All times are GMT. The time now is 04:53 AM.

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.01529 seconds
  • Memory Usage 1,761KB
  • 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
  • (1)bbcode_code_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete