Adobe Muse AUTH SMTP


*Note* Adobe Muse released their last update on March 26, 2018, after May 2019 there will be no more support provided for Adobe Muse.

This article is for customers who work with adobe muse and want to create forms on their website. To mail through our servers SMTP authorization is required. The native way of adobe muse goes on the normal mail function of PHP. This way works through PHPmailer the same as the separate form which is also available in the knowledge base. The installation is the same way as webbuilder X5. You download the .zip file via this link.

This customization does not support radio buttons or recaptcha by Google.

Please note that the files to be attached from the zip must be placed in an existing website folder. Since 1 file needs to be overwritten here and a few are going to be added.

The nextstep is to unpack the .zip file into the installation folder.
That is in most cases : wwwroot/domainname/scripts/
Adobe Muse AUTH SMTP

Then


you will
Adobe Muse AUTH SMTP

see an existing file form_process.php, that file is going to be replaced by our version. In addition the folder PHPMailer is added plus the file mailer.php.
The folder PHPmailer should always be in the same folder as mailer.php in combination with form_process.php.
Adobe Muse AUTH SMTP

Then it's just a matter of overwriting the form_process.php file with the changes made by myhostingpartner. You also need to add a file that
creates the new mail function that uses PHPmailer. That file is called mailer.php, the file calls the class.phpmailer.php and also class
.smtp.php. These are the files of phpmailer and we use them to send the mail via SMTP authorization.
Adobe Muse AUTH SMTP

There are a few details that still need to be added to make this work. Namely your email address and your password. You can add those on the lines shown in the screenshot.
There the two variables $user and $pass are created. Through which mail can be sent to the address entered. Remember that only the email and password must be added and the structure of the sentence must remain the same.
So also with "" and the ; only the content there should be changed.
Adobe Muse AUTH SMTP

If you have any further questions please contact myhostingpartner via the online chat or via the ticket system.

Keywords: mail email authenticated smtp adobe muse muse php mailer function webbuilder