close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

PEAR mail with Amazon SES on EC2

Thread began 8/18/2017 3:20 pm by Jason | Last modified 12/08/2019 11:23 pm by anonymous | 2131 views | 5 replies |

Jason

PEAR mail with Amazon SES on EC2

I'm trying to setup UE on a new EC2 instance on AWS. I've made sure that PEAR is installed and working properly and tested the settings with SES. I created a test page with a simple pear email, but it gives me a 500 error.

My mail settings are:

php:
$WA_MailObject = WAUE_Definition("","email-smtp.us-east-1.amazonaws.com","25","smtp_username","smtp_password","true","Amazon SES","","");



I also verified the path is correct with this:

php:
<?php

require_once 'Mail.php';
var_dump(class_exists('Mail'false));
?>


It returns: bool(true)

Sign in to reply to this post

Ray BorduinWebAssist

Have you tried adding:

<?php ini_set('display_errors',1); ?>

To the top of the page?

The key at this point is determining the line of code causing the error. Turning on error reporting could do that.

Sign in to reply to this post
Did this help? Tips are appreciated...

Jason

I thought I had turned error reporting on in the php.ini, but I guess not. Adding that to the top gave me this error:


Strict Standards: Only variables should be assigned by reference in /var/www/html/webassist/email/PEAR_Mail_using_SMTP_php.php on line 190

Fatal error: Class 'Net_SMTP' not found in /usr/share/pear/Mail/smtp.php on line 366

Sign in to reply to this post

Ray BorduinWebAssist

The PEAR::Net_SMTP module doesn't seem to be installed correctly. It is a necessary component of PEAR in order to send emails through SMTP.

Sign in to reply to this post
Did this help? Tips are appreciated...

Jason

Ok I made some more progress after running sudo pear install Net_SMTP

I'll update if I get stuck again.

Thanks Ray!

Sign in to reply to this post

anonymous

This post has been deleted.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...