How can I send an e-mail using a contact form if my host requires SMTP authentication information?

My company Web site is built in Muse and I'm using the standard contact form. My hosting provider requires SMTP authentication to send an email, and there is no way to enter the SMTP credentials in the contact form. Thus, my contact form doesn't send emails. I can't change my hosting provider and I don't want to give up Muse and re-create the company site in another program. What are my work around options to send an email using Muse?

Help, please!

This can be a problem in the settings of your hosting/cPanel as it is the main reason, contact forms are not sent. Apart from that your MX records are correct, there is another hidden in cPanel parameter that affects the email which is the "MX" entrance in cPanel e-mail settings.

  1. Select 'Manage' for "Accommodation" on your product page
  2. Go in cPanel
  3. Scroll down (page 3/4) to the Email (you can see many icons of e-mail in this section)
  4. Select "MX Entry.
  5. New Page loading
  6. In the drop-down list, select the field, problems of e-mail with
  7. Once selected, look at the option button and see which is the default
  8. Make sure you have selected "remote server".
  9. Click Save
  10. Further spread will last from 10 minutes to 2 hours
  11. Fix of a problem

Tags: Adobe Muse

Similar Questions

  • I have Windows Live Mail and today, created a contact group. Now how can I send an e-mail to this contact group?

    Windows Live groups main & Contact

    I have Windows Live Mail and today, created a contact group.  Now how can I send an e-mail to this contact group?

    Open a new message window. Click the To button to the left of the field. Scroll to the name of the Group (category) and enter it as you would an address. Bruce Hagen MS - MVP [Mail]

  • How can I send an e-mail to a smart phone?

    How can I send an email or a hot link for a smart phone? Of course, the smart phone has only a digital set is possible to send it to a smart phone?

    You can use a qrcode, on the computer, copy the link of the site, go to this site:

    Paste the link in the form, select static, click on generate, now save the qrcode and send by e-mail or connect the Mr. smarth phone to your pc, transfer on Mr. smarth phone qr code, then use an application to read the qrcode on Mr. smarth phone

    type the link in an email and send to yourself, then open the email in your smarth phone or send to someone

  • How can I send an e-mail sent and/or received to my folder of documents (letters)?

    Some of the emails I send or receive are important, and I would like to send a copy to my folder of letters - is - it possible, and if this is the case, how can I do?

    You don't mention what email program you use. If you use Outlook Express for example, you could just drag a message from OE to any Windows folder you want. Bruce Hagen MS - MVP [Mail]

  • How can I send an e-mail folder?

    I want to transmit a complete electronic file to another party. How can I do this?

    You cannot send an email folders. A folder is technically a collection.

    For a regular folder in your file system, I would say you should zip upward and send the zip file.

    You can drag and drop individual messages in a new message to be added as attachments. Drop them on the address at the top box.

    Another approach would be to export the messages as .eml, zip files the eml files and attach the zip file to your new message. This add-on:

    https://addons.Mozilla.org/en-us/Thunderbird/addon/ImportExportTools/

    is useful for exporting multiple files.

  • Sending an e-mail using a contact group, after that e-mail is written

    I have organized a number of pictures and text in an e-mail message without which will e-mail.  I have a group of contact with a lot of skill in it. How can I put the contact group in the area to?

    TIS forum is for comments of the site only.

    Please this post on the forum that is suitable for your customer e-mail and the specific Windows version.

  • Arabic text just "?" when mailed using Flash contact form. There?

    Hi there, the guru of the Flash.

    I have this pros with a flash contact form sending Arabic text flash using php to my mailid. The Arab side come from? While the English part is really fine. Can someone help me with this? I ran all over the web for it but he hard work very well...

    This is my flash code-

    // Loading Variables and Settings
    stop();
    error_clip._alpha = 0;
    System.useCodepage = true;
    send_btn.onRelease = function() {
         my_vars = new LoadVars();
         my_vars.namex = name_txt.text;
         my_vars.email = email_txt.text;
         my_vars.msg = msg_txt.text;
    
         // If text fields are not blank the message will be sent
         if (my_vars.namex != "" and my_vars.email != "" and my_vars.msg != "") {
              my_vars.sendAndLoad("send_mail.php",my_vars,"POST");
              gotoAndStop(2);
              // Else if text fields are blank a warning message will appear
         } else {
              error_clip._alpha = 100;
         }
         // After the message is sent the user will be redirected to frame 3
         my_vars.onLoad = function() {
              gotoAndStop(3);
         };
    };
    // If you click on another field "All Fields Required" will dissapear
    name_txt.onSetFocus = email_txt.onSetFocus=msg_txt.onSetFocus=function () {
         if (error_clip._alpha != 0) {
              error_clip._alpha = 0;
         }
    };
    
    clr_btn.onPress = function() {
    
         msg_txt.text = "";
    
    };
    

    And here is the PHP part.

    <?php
    // Loading Variables
    $name = $_REQUEST["namex"] . "\n\n";
    $email = $_REQUEST["email"];
    $message = $_REQUEST["msg"] . "\n\n";
    // The \n character means New Line
    
    // Mixing all variables, including IP
    $full_message ="From ".$name.",  ".$email."    ".$message;
    
    // Remove the backslashes that appears when entering characters like " or '
    //$name = stripslashes($name); 
    //$email = stripslashes($email); 
    //$message = stripslashes($message); 
    
         $subject = "Tell Me!!";
         $from = $name;
         $headers  = "From: $from\r\n"; 
         $headers .= "CC: [email protected]\r\n";
    
         
    
    
         
          $headers .= "Content-Type: text/html; charset=utf-8"; 
          
          $body = $full_message;
    
         /*$body = "<html><head><title>Untitled Document</title><meta http-equiv=Content-Type content='text/html; charset=iso-8859-1'></head><table width=440 border=0 align=center cellpadding=6 cellspacing=1 bgcolor=#000000>  <tr bgcolor=#000000><td colspan=2 nowrap><font color=#FFFFFF size=2 face='MS Sans Serif'><B>ONLINE FEEDBACK</B></font></td>  </tr>";
         $body .= "<tr bgcolor=#FFFFFF><td width=32% nowrap><font size=2 face='MS Sans Serif'>Name<font size=1>:</font></font></td>    <td width='68%'><font size=2 face='MS Sans Serif'><B>" . $name . "</B></font></td></tr>";
         $body .= "<tr bgcolor=#FFFFFF><td width=32% nowrap><font size=2 face='MS Sans Serif'>E-mail/Website</font></td><td><font size=2 face='MS Sans Serif'><B>" . $email . "</B></font></td></tr>";
         $body .= "<tr bgcolor=#FFFFFF><td width=32% nowrap><font size=2 face='MS Sans Serif'>Message</font></td><td><font size=2 face='MS Sans Serif'><B>" . $message . "</B></font></td></tr>";
         $body .= "<tr><td nowrap valign=top> </td><td> </td></tr></table></body></html>";*/
         
    
         
         // Sending the mail
    // Note: Don't forget to change "[email protected]" to receive the mail from contact form
         mail("[email protected]", $subject, $body, $headers);
    
    ?>
    

    There were several probs like this online and I couldn't find the right solution. Can you please help me? The form works completely in the English text file. No probs in the code, but the Arab side is very delicate.

    Thank you very much in advance.

    In the text fields, do you have embeded the Arabic language?

  • How can I send an e-mail link using my Live account?

    When I try to do, I get a series of boxes with questions... name to use, e-mail, pop?

    Is there a way to have microsoft implement

    I am a novice

    In order to "Send a link by e-mail" to work, you must have a mail client configured on your PC.  As you use your account Live mail via a web browser, you don't have an email client.  How I could do that would be to install Windows Live Mail as a customer.  I would continue to use web browser to read and send mail, but the WLM client would be there for the time I have to send links or files from a selection of menu. Brian Tillman [MVP-Outlook]
    ------------------------------
    If a response may help, please vote it as useful. If a response to the problem, please mark it as an answer.

  • How can I send an e-mail with Windows7 link using Internet Explorer as I used to be able to do this with Windows XP?

    When l click on file and go on Send-> the only option is a shortcut on the desktop when l want to send Web etc. page with e-mail.  I can do it the old way with Google, but l don't want 2 browsers.  Thank you.

    Hi Silleebee,

    Unlike Windows XP, Windows 7 does not include a default email Client.

    You will need to install the Windows Live Mail client or Microsoft Outlook and set it as your default for mail in CUSTOM (<>) article in Set Program Access and defaults of the computer , then restart your computer before any function send to or MailTo will become available.

    Hope this information helps and let us know if you need help. We will be happy to help you.

  • How can I send a PDF file using Adobe Reader IX and have use HTML instead of plain text in Outlook

    Hey guys

    New to the Adobe Forums. So hey... :))

    That's the problem I have


    I use Outlook 2007 to my e-mail client, Adobe Reader XI has been implemented already so that it uses Outlook to send from Adobe

    Whenever I send a new email or respond to an email in Outlook, it uses HTML. It is very good

    However, when I click on Adobe XI e-mail button. It opens a new e-mail message in Outlook with the attachment already fixed, but it does not use the HTML, I have no signature, its plain text all.

    Is there a way I can fix it.

    See you soon

    NATO

    As far as I KNOW, no. Acrobat/Reader will generate emails in plain text.

  • How can I send an e-mail link?

    The e-mail link used to be orange Mozilla tab at the top left hand corner - cannot open now.
    I am running Windows 7 with Live Mail as my email provider.

    There is an email link button in the section customizing Firefox when you there hanging out or put in the menu itself by dragging on the left side in one of the slots on the right side.

    Just go to

    > Customize for that.

  • How can I send the e.mails received to another computer in outlook. This facility has disappeared

    I've always had the ability to transmit received e.mails to friends on other computers. This facility has disappeared

    Hi Ian,

    Are you referring to Microsoft Office Outlook or Outlook.com?

    If you are referring to Microsoft Office Outlook, you can post your request in Instances of Office for assistance.

    If you are referring to Outlook.com, you can post your request in the Instances of Windows Live for help.

    Let us know if you need help with Windows related issues. We will be happy to help you.

  • How can I send pictures with reliability using Windows LiveMail

    I used the "Send Photo" option, and I have an email address 'gmail '. When I tried to send nothing has been sent about 6 photos and for a period of time Windows LiveMail would not work! In due course the error cleared, and I managed to send a photo

    What are the dimensions of the photos?

  • How can I remove the field: "Mail" in an AdobeMuse form?

    Hello

    I can remove all fields except the E-mail field.

    Is this possible?

    Jürg

    Hello

    I would like to inform you that the Email is a mandatory field in the form of Contact of the Muse and it cannot be deleted. In case you want to create a form that do not have an email field, you can try for any third-party form builder and embed it in the Muse of object > insert HTML code. The freeform Builder is jotform.com.

    You can also go to the idea Page Muse below to share this feature request.

    Ideas for features in Adobe Muse

    Concerning

    Vivek

  • How can I send my hotmail contact list to my other computer and outlook express

    How can I send my hotmail this cell phone contact list to my other computer and outlook express

    Hi MARKRUBERG,

    You can follow the steps from the link below: how to export a Hotmail address book to a Microsoft Outlook Express address book: http://support.microsoft.com/kb/883771

    With regard to:

    Samhrutha G S - Microsoft technical support.

Maybe you are looking for