close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

configuring emails to go through postmarkapp.com

Thread began 11/04/2015 9:05 am by mrobben375515 | Last modified 11/09/2015 10:32 am by mrobben375515 | 2832 views | 6 replies

Ray BorduinWebAssist

It would require hand coding to do this, since powermessenger uses php mail() by default, which cannot send email using an API or authenticated mail.

The easiest solution is probably to use PEAR if you can get it installed on your server. That way you could do authenticated mail through SMTP without using their API, which would be a lot more hand coding.

I think if you got PEAR installed you would be able to update the /webassist/email/mail_php.php file with the PEAR version, which I've attached. Then the only lines of code that would have to be hand edited would be the 6 files that begin with waue_ in the webassist/email folder.

You would just have to update line 15 of each of those files from:
$WA_MailObject = WAUE_Definition("".($WAGLOBAL_Email_Server) ."","25","","",$WAGLOBAL_Email_Use_Additional_Params,"utf-8");

to:
$WA_MailObject = WAUE_Definition("","".($WAGLOBAL_Email_Server) ."","25","serverUsername","serverPassword","true","","","utf-8");

and put in the username and password for the remote SMTP server to replace the placeholders I've added.

This is something we could help with in a premier support ticket if you needed assistance.

Attached Files
PEAR_Mail_using_SMTP_php.php

Did this help? Tips are appreciated...

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...