Mailer Error: SMTP Connect() failed.
# Use an external SMTP server for outgoing emails (e.g. Gmail).
# Requires $use_phpmailer.
$use_smtp=true;
# SMTP settings:
$smtp_secure='tls'; # '', 'tls' or 'ssl'. For Gmail, 'tls' or 'ssl' is required.
$smtp_host='smtp.gmail.com'; # Hostname, e.g. 'smtp.gmail.com'.
$smtp_port=587; # Port number, e.g. 465 for Gmail using SSL.
$smtp_auth=true; # Send credentials to SMTP server (false to use anonymous access)
$smtp_username='your_a...@gmail.com'; # Username (full email address).
$smtp_password='your_password'; # Password.
$use_phpmailer=true
Hi,I've installed ResourceSpace on AWS via Bitnami.I've configured the smtp settings in config.php as below (copied straight from here ) and changed for my personal gmail account but all i get when i do a "Bulk Email" test is the following. Any ideas as to what I can do/test?Message could not be sent.Mailer Error: SMTP Connect() failed.
# Use an external SMTP server for outgoing emails (e.g. Gmail). # Requires $use_phpmailer. $use_smtp=true; # SMTP settings: $smtp_secure='tls'; # '', 'tls' or 'ssl'. For Gmail, 'tls' or 'ssl' is required. $smtp_host='smtp.gmail.com'; # Hostname, e.g. 'smtp.gmail.com
--'. $smtp_port=587; # Port number, e.g. 465 for Gmail using SSL. $smtp_auth=true; # Send credentials to SMTP server (false to use anonymous access) $smtp_username='your_account@gmail.com'; # Username (full email address). $smtp_password='your_password'; # Password. $use_phpmailer=true
ResourceSpace: Open Source Digital Asset Management
http://www.resourcespace.org
---
You received this message because you are subscribed to the Google Groups "ResourceSpace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to resourcespace+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.