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!