Create your required email address.
Add the email details to your lists/config/config.php file.
Amazon SES
The basics for configuration is as follows (place this in your config file)
define('PHPMAILER',0);
define('AWS_ACCESSKEYID','Your Access Key ID');
define('AWS_SECRETKEY','Your corresponding secret key');
define('AWS_POSTURL','https://email.us-east-1.amazonaws.com/');
Obviously, because you place your secret key in the config file, you need to make sure it is secure.
Using the SES functionality requires curl support in PHP.
After that, make sure to read the SES documentation to add your senders and set yourself up for mailing.
I would go to my domain control panel and add an email address as required, but in your case, this may be on your email settings at Amazone SES?
Helveticus wrote:I would go to my domain control panel and add an email address as required, but in your case, this may be on your email settings at Amazone SES?
You mean a domain control panel inside PhpList or the control panel on the site where the domain was registered?
Helveticus wrote:Moreover, I want to access phpList over my domain, e.g. www.example.de. So do I have to link this domain to the server where phpList is running on?
sudo apt-get install php5 libapache2-mod-php5
sudo /etc/init.d/apache2 restart
Helveticus wrote:Thanks a lot. Just two small additional questions.
In which folder do I have to put the database file? The database file already exists.
Installing PHP I can do with the following code.
- Code: Select all
sudo apt-get install php5 libapache2-mod-php5
sudo /etc/init.d/apache2 restart
In the phpList documentation it is written that I should add IMAP support.
How can I do this with the above code?
Helveticus wrote:Q1. phpList needs a mysql database file as written here http://docs.phplist.com/PhpListConfigDatabase.html. But it is not written in which folder I have to put the db file.
Q2. Ok. Is php with IMAP really needed with phpList?
Users browsing this forum: No registered users and 2 guests