Unable to retrieve mail settings.

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default Unable to retrieve mail settings.

    I cannot get past the following error that apears in Mail Server in Sever
    Admin:

    Any help?

    Unable to retrieve mail settings.
    Method selection Exception.
    An exception ocurred during method selection proccess for method getServer.
    The cause of this exception was that either there are no methods with the
    specific method name and argument types, or the method getServer is overloaded
    with arguments types that coldfusion can't decipher reliablly. Use javacast
    fucntion to reduce ambiguity.

    This Error is also tied with the Error attached:

    The MailSpool service is not available.
    This exception is usually caused by service startup failure. Please check your
    server configuration.

    The Error Occurred in C:\Inetpub\wwwroot\Send_Emails\Le\_5DayPost.cfm: line 31

    29 :
    30 :
    31 : <CFMAIL query="qryGetUsers" from="leadershipessentials@uim.com"
    to="#email#" cc="aerazo@userinmind.com" subject="Reminder - Leadership
    Essentials" server="mail.userinmind.com" type="HTML" spoolEnable="yes">
    32 :
    33 : <p>Dear #(first)#,</p>


    TextText

    The MailSpool service is not available.
    This exception is usually caused by service startup failure. Please check your
    server configuration.

    The Error Occurred in C:\Inetpub\wwwroot\Send_Emails\Le\_5DayPost.cfm: line 31

    29 :
    30 :
    31 : <CFMAIL query="qryGetUsers" from="leadershipessentials@uim.com"
    to="#email#" cc="aerazo@userinmind.com" subject="Reminder - Leadership
    Essentials" server="mail.userinmind.com" type="HTML" spoolEnable="yes">
    32 :
    33 : <p>Dear #(first)#,</p>

    Nano001 Guest

  2. Similar Questions and Discussions

    1. Can I specify two Mail Servers in Mail Server Settings?
      I have two Mail Servers and if one go down the other takes over. The do not have the same IP or name in DNS. This works fine exept in ColdFusion...
    2. Mail component to retrieve mail from Hotmail, Yahoo, gmail..etc?
      I am not sure these web based mail support POP3 or IMAP4. Is there any mail component out there that can retrieve mail from these services? --...
    3. Easy way to retrieve all CF Admin settings?
      Is there an easy/recommended way to retrieve and backup all the CF Administrator's settings? Presently, we manually maintain a document that holds...
    4. Unable to retrieve tables over Mac to PC databaseconnection
      I hope someone can help with this. I've now spent 13 days wrestling with various issues arising from trying to establish a working database...
    5. Unable to retrieve tables from connection
      I'm having the same problem, but on Macintosh OS X 10.3.9. I noticed that Macromedia has no extension fix for us Mac users. Out in the cold again....
  3. #2

    Default Re: Unable to retrieve mail settings.

    It sounds like you have CFMX 6 administrator templates running against a
    CFMX 7 server or vice versa.

    This is bad. You probably should re-install.

    --
    Tom Jordahl
    Macromedia Server Development


    Tom Jordahl Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139