close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

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 Ray Borduin | 2827 views | 6 replies |

mrobben375515

configuring emails to go through postmarkapp.com

I am using PowerMessanger 1.0.2 and I am using DataAssist to send emails out. I have my site on GoDaddy and their server is not great to have emails avoid spam flagging. I setup an account with postmarkapp.com. I can go through their server when sending emails. I can use smtp or API. Both PM and DataAssist allow me to ID an email server, but that is all. I also need to submit a port, user/pw and authentication with SMTP. How do I do this, or should I use the API, and if so, I do I set that up?

Sign in to reply to this post

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
Sign in to reply to this post
Did this help? Tips are appreciated...

mrobben375515

Thank you Ray. I don't have PEAR currently installed, but I saw the article below on how to install it and I created the install file "go-pear.php"uest in my domain root. But the questions they are asking are above my knowledge so I will request a pro-service session for help.

http://help.secureserver.net/article/6761?locale=en&prog_id=466751

Sign in to reply to this post

Ray BorduinWebAssist

Post back with a US phone number or Skype contact information and I'll get in touch with you to schedule a premiere support ticket.

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

mrobben375515

see pm

Sign in to reply to this post

mrobben375515

I was successful in getting php5.3 back up. But I had to edit the php5.ini manually to add the right path to PEAR. I see the "include_path" pointing to the folder PEAR said it was installed to and that is reflected on the phpinfo page. But there is not a new "section" for PEAR. Should there be?

Just to confirm, I replace the menu.php.php file by deleting it and renaming the file you sent (PEAR_Mail_using_SMTP_php.php) to menu.php.php and placed it in the same folder (/webassist/email/).

Finally, can you check the attached waue_nominate_1.php page please? Dreamweaver says there is a syntax error with the line you asked me to add.

Sign in to reply to this post

Ray BorduinWebAssist

I had a typo where I had typed two commas in a row when there should have been just one. Delete the repeated comma in that line.

Sign in to reply to this post
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...