Jump to content

mdunlavy

Members
  • Posts

    6
  • Joined

  • Last visited

Reputation

0 Neutral

About mdunlavy

Personal Information

  • Biography
    I wish I had more to say.
  • Occupation
    Administrator
  • Interests
    Learning
  • Location
    United States
  1. I figured I would have wanted someone to post an answer... there are so many threads on here that have no solution and no suggestion at where to look.
  2. It is a shame no one replied to this... or that no one found a solution yet... OH WAIT! a solution has been found. I logged into the administrator account in gmail for our business, went to Admin Console>Apps>Google Apps>Gmail>Advanced Settings and configured the "smtp-relay" settings using my MRBS server's static IP, configured authentication, and in MRBS changed the host to smtp-relay.gmail.com and the port to 25 (no Auth), or 465 (SSL), or 587(TLS) depending on how you configure your authentication settings for the smtp-relay. It worked immediately.
  3. I have tried many different settings... changed the mail backend settings to all three, mail, smtp, and sendmail, I have tried both the public gmail server address and port and the restricted gmail server address and port. I definitely have the login info right... the users are all set up, I mean really, it should just work and it isn't. PLEASE help. [DEBUG] Preparing email for new or changed booking ... [DEBUG] Preparing to send email ... [DEBUG] Using backend 'smtp' [DEBUG] Recipients: '[email protected],archive@vintag echurchla.com' Also: excerpt from config.inc.php: [color=#333333]$mail_settings['admin_on_bookings'] = FALSE; // the addresses defined by $mail_settings['recipients'] below[/color] [color=#333333]$mail_settings['area_admin_on_bookings'] = FALSE; // the area administrator[/color] [color=#333333]$mail_settings['room_admin_on_bookings'] = FALSE; // the room administrator[/color] [color=#333333]$mail_settings['booker'] = TRUE; // the person making the booking[/color] [color=#333333]$mail_settings['book_admin_on_approval'] = FALSE; // the booking administrator when booking approval is enabled[/color] [color=#333333]$mail_settings['on_new'] = TRUE; // when an entry is created[/color] [color=#333333]$mail_settings['on_change'] = TRUE; // when an entry is changed[/color] [color=#333333]$mail_settings['on_delete'] = FALSE; // when an entry is deleted[/color] [color=#333333]$mail_settings['html'] = TRUE; // Set to true if you want HTML mail[/color] [color=#333333]$mail_settings['icalendar'] = TRUE; // Set to TRUE to include iCalendar details[/color] [color=#333333]$mail_settings['admin_lang'] = 'en'; // Default is 'en'.[/color] [color=#333333]$mail_settings['domain'] = '@vintagechurchla.com';[/color] [color=#333333]$mail_settings['username_suffix'] = '';[/color] [color=#333333]$mail_settings['admin_backend'] = 'smtp';[/color] [color=#333333]$smtp_settings['host'] = 'aspmx.l.google.com'; // SMTP server[/color] [color=#333333]$smtp_settings['port'] = 25; // SMTP port number[/color] [color=#333333]$smtp_settings['auth'] = TRUE; // Whether to use SMTP authentication[/color] [color=#333333]$smtp_settings['username'] = '[email protected]'; // Username (if using authentication)[/color] [color=#333333]$smtp_settings['password'] = '*************************'; // Password (if using authentication)[/color] [color=#333333]$mail_settings['from'] = '[email protected]';[/color] [color=#333333]$mail_settings['organizer'] = '[email protected]';[/color] [color=#333333]$mail_settings['recipients'] = '[email protected]';[/color] [color=#333333]$mail_settings['cc'] = '[email protected]';[/color] [color=#333333]$mail_settings['treat_cc_as_to'] = TRUE;[/color] [color=#333333]$mail_settings['ics_filename'] = "VintageCal";[/color] [color=#333333]$mail_settings['debug'] = TRUE;[/color] [color=#333333]$mail_settings['disabled'] = FALSE;[/color] PLEASE HELP IT ISN"T WORKING!
  4. I have tried the settings you have got... and many more... this is the debug... WHAT IS WRONG WITH IT? WHY WON'T IT SEND A DANG EMAIL? [DEBUG] Preparing email for new or changed booking ... [DEBUG] Preparing to send email ... [DEBUG] Using backend 'smtp' [DEBUG] Recipients: '[email protected],[email protected]' Also: excerpt from config.inc.php: $mail_settings['admin_on_bookings'] = FALSE; // the addresses defined by $mail_settings['recipients'] below $mail_settings['area_admin_on_bookings'] = FALSE; // the area administrator $mail_settings['room_admin_on_bookings'] = FALSE; // the room administrator $mail_settings['booker'] = TRUE; // the person making the booking $mail_settings['book_admin_on_approval'] = FALSE; // the booking administrator when booking approval is enabled $mail_settings['on_new'] = TRUE; // when an entry is created $mail_settings['on_change'] = TRUE; // when an entry is changed $mail_settings['on_delete'] = FALSE; // when an entry is deleted $mail_settings['html'] = TRUE; // Set to true if you want HTML mail $mail_settings['icalendar'] = TRUE; // Set to TRUE to include iCalendar details $mail_settings['admin_lang'] = 'en'; // Default is 'en'. $mail_settings['domain'] = '@vintagechurchla.com'; $mail_settings['username_suffix'] = ''; $mail_settings['admin_backend'] = 'smtp'; $smtp_settings['host'] = 'aspmx.l.google.com'; // SMTP server $smtp_settings['port'] = 25; // SMTP port number $smtp_settings['auth'] = TRUE; // Whether to use SMTP authentication $smtp_settings['username'] = '[email protected]'; // Username (if using authentication) $smtp_settings['password'] = '*************************'; // Password (if using authentication) $mail_settings['from'] = '[email protected]'; $mail_settings['organizer'] = '[email protected]'; $mail_settings['recipients'] = '[email protected]'; $mail_settings['cc'] = '[email protected]'; $mail_settings['treat_cc_as_to'] = TRUE; $mail_settings['ics_filename'] = "VintageCal"; $mail_settings['debug'] = TRUE; $mail_settings['disabled'] = FALSE; PLEASE HELP IT ISN"T WORKING! email [email protected] if you can help, or respond here.
  5. You are a flipping genious. Seriously. I don't know how long I have spent trying to install and fix this thing... but now it is up and running. So that's nice. Now that I have it going... I am curious, is there a way to change the "period" system to not require a name? or to have half hour increments for the entire day on there? We are only really using this for staff, so we don't really need to define period 1,2,3,4 etc... we just need times. Also, I noticed that the booking boxes get larger when someone has booked them, is that intentional or could I change some code somewhere so those boxes are always the same size? Now that I got it working, it really is a great program Thanks for making it...
  6. Hello, I thought I had finally successfully installed classroombookings but I can't seem to get any images or formatting or color to appear.. I figured it would be automatic, but I get little broken picture thumbnails. please help.
×
×
  • Create New...