How To Configure AWS SES Perl Scripts
erics, Posted October 27th, 2011 at 3:32:48pm
Your mileage may vary widely…
1 2 3 4 5 |
export AWS_CREDENTIALS_FILE=/root/aws/aws-credentials mkdir /opt/aws/bin cd /opt/aws/bin wget http://aws-catalog-download-files.s3.amazonaws.com/AmazonSES-2011-07-21.zip unzip AmazonSES-2011-07-21.zip |
CentOS
1 |
yum install libxml2-devel |
Ubuntu
1 2 3 4 5 6 7 |
apt-get install gcc apt-get install libssl-dev apt-get install libxml2-dev apt-get install libio-socket-ssl-perl apt-get install libnet-ssleay-perl apt-get install libnet-https-any-perl apt-get install liblwp-useragent-determined-perl |
For all OS
1 2 3 4 |
cpan CPAN YAML Digest::SHA URI::Escape Bundle::LWP MIME::Base64 Crypt::SSLeay XML::LibXML LWP::Protocol::https perl -e 'print "@INC;\n";' cp SES.pm {one path from above command} /opt/aws/bin/ses-verify-email-address.pl -l |
Leave Your Comment
All fields marked with "*" are required.