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)
-   -   Mini Mods - Email reminder for inactive users (https://vborg.vbsupport.ru/showthread.php?t=138946)

Leo Brazil 08-18-2008 08:36 PM

Quote:

Originally Posted by Leo Brazil (Post 1598674)
I'm using your previous version on 3.7.2 PL1 and working fine so far.

The only problem I'm facing is the e-mails sent to users are not sent using admin e-mail address just like regular Vb notifications. It tooks the sender as origin path of my system like directions for admin mail box. The e-mails are sent anyway but e-mails systems like Yahoo, Hotmail, Gmail put them as spam.

I tried to find in your code a reason for this but no lucky so far. Any tips ?

Quote:

Originally Posted by Osama11 (Post 1601705)
no ... still same problem its sending a email from host email adresss.. ********@host48.hostmonster.com
its not showing site contect.. i mean site name.....can u plzz help me ?

Despite not upgraded yet for the new version, it seems I'm having the same issue as reported by Osama.

Quote:

Originally Posted by C Braithwaite (Post 1601719)
it is the vbulletin mail system that sends this out. and uses the $vbulletin->options['webmasteremail'] in the headers.

go into "http://www.yoursite.com/admincp/options.php?do=options&dogroup=address" and is the webmaster email set right?

I'm sure all my configs are 100% correct at this point. I can assure you this because all my e-mails sent by Vb are correct but this one.

I saw in your code you use $vbulletin->options['webmasteremail'] that should to the job correctly and that's the reason I'm busting my brains out....lol....

C Braithwaite 08-18-2008 08:44 PM

Quote:

Originally Posted by Leo Brazil (Post 1601740)
Despite not upgraded yet for the new version, it seems I'm having the same issue as reported by Osama.



I'm sure all my configs are 100% correct at this point. I can assure you this because all my e-mails sent by Vb are correct but this one.

I saw in your code you use $vbulletin->options['webmasteremail'] that should to the job correctly and that's the reason I'm busting my brains out....lol....

this is what i cant understand- it should use the webmaster email, and it uses the vbulliten mailqueue. mine are sent out fine with no issues and from the correct email address .... maybe try the email specified in the config file? that is the only other thing i can think of...

Osama11 08-18-2008 09:23 PM

Quote:

Originally Posted by C Braithwaite (Post 1601719)
it is the vbulletin mail system that sends this out. and uses the $vbulletin->options['webmasteremail'] in the headers.

go into "http://www.yoursite.com/admincp/options.php?do=options&dogroup=address" and is the webmaster email set right?

yea its right.. but its not sending a email from that email adresss :confused::confused:

even in cofiq.php. my webmaster email adress is same which is in vbulletin option ['webmasteremail'] .. :(

dfc005 08-18-2008 10:48 PM

A great feature would be the ability to send it from a different email address. I like to send these sort of emails from a "donotreply" email, rather than our "contactus" email.

That way, I don't get spammed myself by bounce back and returned emails.

Would it be possible that on install of the product, it grabs the ['webmasteremail'] and sets it as the default email address to use but you could update it to something different?

Osama11 08-19-2008 04:05 AM

Quote:

Originally Posted by Osama11 (Post 1601788)
yea its right.. but its not sending a email from that email adresss :confused::confused:

even in cofiq.php. my webmaster email adress is same which is in vbulletin option ['webmasteremail'] .. :(

1st its not sendign a emil from vbulletin optyion webmaster email..


n 2nd my host spended the account because of an excessive amount of emails going out of your vbulletin script at once.

what should i do now ?

iogames 08-19-2008 04:37 AM

Quick question Chris: somewhere on this thread I read something abut to run the CRON to make sure it works, I went there didn't see nothing that belonged to your hack... do I missing something?

C Braithwaite 08-19-2008 05:09 AM

Quote:

Originally Posted by dfc005 (Post 1601885)
A great feature would be the ability to send it from a different email address. I like to send these sort of emails from a "donotreply" email, rather than our "contactus" email.

That way, I don't get spammed myself by bounce back and returned emails.

Would it be possible that on install of the product, it grabs the ['webmasteremail'] and sets it as the default email address to use but you could update it to something different?

very good idea - i will add a "sepcify 'from' email address" in the config next.

Quote:

Originally Posted by Osama11 (Post 1602042)
1st its now sendign a emil from vbulletin optyion webmaster email..


n 2nd my host spended the account because of an excessive amount of emails going out of your vbulletin script at once.

what should i do now ?

first thing you should do is maybe reduce the "how many users to process per cycle" to 1.
how many emails are we talking about? I can add limiters on the sending of emails. i'll make a pre-mailqueue queue.

Quote:

Originally Posted by iogames (Post 1602058)
Quick question Chris: somewhere on this thread I read something abut to run the CRON to make sure it works, I went there didn't see nothing that belonged to your hack... do I missing something?

I removed the need for cron in the 1.2 update. it uses plugins to run and is based on page loads. every time you load the page it checks for inactive users.

Osama11 08-19-2008 06:31 AM

Quote:

Originally Posted by C Braithwaite (Post 1602065)



first thing you should do is maybe reduce the "how many users to process per cycle" to 1.
how many emails are we talking about? I can add limiters on the sending of emails. i'll make a pre-mailqueue queue.

hmm 40,000 users......but still its not sending email from vbulletin option[webmasteremail] its still sending from host ....the same email adress the 1 told u before.. :( :( :( :(

Osama11 08-20-2008 08:09 AM

how to modify the headers.... i wanna changed the email adresss.... becz its sending a eamil from my host email adress ******@host**.hostmonster.com ..... i want to show a site contect .. how can i do that??????????

plzzz tell me..some 1 plzz help me

C Braithwaite 08-20-2008 11:11 AM

Quote:

Originally Posted by Osama11 (Post 1602930)
how to modify the headers.... i wanna changed the email adresss.... becz its sending a eamil from my host email adress ******@host**.hostmonster.com ..... i want to show a site contect .. how can i do that??????????

plzzz tell me..some 1 plzz help me

I will add a "From Email Address" option tonight.


All times are GMT. The time now is 06:32 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.02765 seconds
  • Memory Usage 1,756KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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