View Single Post
  #219  
Old 07-27-2007, 02:15 PM
Cyricx Cyricx is offline
 
Join Date: Aug 2002
Location: Missouri
Posts: 1,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rbgrn View Post
What user will the emails come in as posted by??

Has anyone tested this with gmail?

Thanks!
It'll match the sent email to the email address for the user on the board. If they match, rock on, it'll post as that user. If it doesn't they get an error message.

Tested with gmail incoming emails, but not with using a gmail account as the catch.



Quote:
Originally Posted by rbgrn View Post
Another question:

Re: changes to "Instant Email Notification"

Does that apply globally now or is it only for forums that have Email Integration enabled?

I certainly don't want that behavior to change anywhere. I just want to pull emails into posts.
It only works for those forums that have it enabled. If you don't enable it for any forums, you will notice no changes at all

For the forum you enable, it will have the new subscription option available.



Quote:
Originally Posted by rbgrn View Post
Ok got it to run, gmail requires the self-signed cert option which really means use port 995, which should be the standard port. This may require some renaming

anyway, it runs now, but no mail comes in even when there's new mail in the box. :/
This option is covered in the connection type dropdown.

Pop3 with self-signed certificate or IMAP with self-signed certificate both use port 995.

Please try all the connection types

Here is the break down of ports that are used.

Code:
 // ##### Determining Connection Type ######
 switch ($foruminfo['ei_connectiontype'])
  {
   case 0:
    $connectmailserver = "{" . $foruminfo[ei_hostname] . ":110/pop3/notls}INBOX";
    break;
   case 1:
    $connectmailserver = "{" . $foruminfo[ei_hostname] . ":143/novalidate-cert}INBOX";
    break;
   case 2:
    $connectmailserver = "{" . $foruminfo[ei_hostname] . ":993/pop3/ssl}INBOX";
    break;
   case 3:
    $connectmailserver = "{" . $foruminfo[ei_hostname] . ":995/pop3/ssl/novalidate-cert}INBOX";
    break;
   case 4:
    $connectmailserver = "{" . $foruminfo[ei_hostname] . ":993/imap/ssl}INBOX";
    break;
   case 5:
    $connectmailserver = "{" . $foruminfo[ei_hostname] . ":995/imap/ssl/novalidate-cert}INBOX";
    break;
  }



Quote:
Originally Posted by sdsvtdriver View Post
What I'd like to see is for a user to be able to send email to their username.apasswordtheysetintheirCP@myvbforum.com and have a new post created in a predetermined forum.

This would be useful for people who like to take pictures and send them off to their blog, etc, however this would allow them to do so on the forums on the go.
This is possible with the current code.

If a user is in a usergroup that is set in this setting in the forum manager -

Please enter the usergroup IDs that can post and reply by email.

They can send an email to the email address for the site and it will post. They do NOT have to be subscribed to the forum in order to start a new thread from email
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01084 seconds
  • Memory Usage 1,783KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete