CDONTS sent to question

Hi,
I am using CDONTS to send of an e-mail but need it sent to
several addresses at once. Is that possible?

Yep in the .To field, append whatever addresses to this eg.
objMail.To= "[email protected];[email protected];[email protected]"

Similar Messages

  • This is oceans804, I sent my question earlier and set up account for your response, but get msg from you that something was wrong.

    ''Your question is over here - https://support.mozilla.com/en-US/questions/829698''
    You sent email to my account and I clicked the link you sent but your msg. indicated a problem and that you didn't set up my account.

    I'm waiting for your response to my question.

  • CDONTS Form Mail question - help needed

    I have a form on my asp page called MyMail.asp. The form is
    linked to cdonts.asp_form.asp which sends an email of filled in
    text boxes and comboboxes to my email address.
    It works fine when all the fields (eight of them) are filled
    in, but doesnt send the email if any of the textboxes are left
    blank. How can I make it send the email if some of the textboxes
    are blank? I have downloaded Yaromat, but it only seems to make
    fields become "required". I want to be able to send the email with
    say 3 of the eight fields filled out - ie not all of them are
    compulsary.
    Regards
    Billy

    Here is the code -
    Firstly the form itself (mymail.asp) -
    <form action="/cdonts_form.asp" method="post"
    name="MyForm" id="MyForm">
    <table width="200" border="1" align="center"
    bordercolor="#999999" bgcolor="#CCCCCC">
    <tr>
    <td>Title</td>
    <td><select name="MyTitle" id="MyTitle">
    <option value="Mr">Mr</option>
    <option value="Mrs">Mrs</option>
    <option value="Miss">Miss</option>
    <option value="Ms">Ms</option>
    <option value="Dr">Dr</option>
    <option value="Please Select" selected>Please
    Select</option>
    </select></td>
    </tr>
    <tr>
    <td>First Name </td>
    <td><input name="firstname" type="text"
    id="firstname2" size="30"></td>
    </tr>
    <tr>
    <td>Last Name </td>
    <td><input name="lastname" type="text"
    id="lastname2" size="30"></td>
    </tr>
    <tr>
    <td valign="top">Address</td>
    <td><textarea name="MyAddress" cols="28" rows="6"
    id="MyAddress"></textarea></td>
    </tr>
    <tr>
    <td>Email Address </td>
    <td><input name="email" type="text" id="email3"
    size="30"></td>
    </tr>
    <tr>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
    <td>Telephone</td>
    <td><input name="MyTelephone" type="text"
    id="MyTelephone"></td>
    </tr>
    <tr>
    <td>Mobile Phone </td>
    <td><input name="MyMobile" type="text"
    id="MyMobile"></td>
    </tr>
    <tr>
    <td>Where did you hear about us?</td>
    <td>red
    <input name="colour1" type="checkbox" id="colour12"
    value="red">
    blue
    <input name="colour2" type="checkbox" id="colour22"
    value="blue">
    green
    <input name="colour3" type="checkbox" id="colour32"
    value="green"></td>
    </tr>
    <tr>
    <td valign="top"><p>Enquiry /
    Comments</p></td>
    <td><textarea name="comments" cols="28" rows="6"
    wrap="VIRTUAL" id="textarea"></textarea></td>
    </tr>
    <tr>
    <td> </td>
    <td><select name="test" id="select">
    <option value="test1">test1</option>
    <option value="test2">test2</option>
    <option value="test3">test3</option>
    </select></td>
    </tr>
    <tr>
    <td> </td>
    <td><input name="send" type="submit" id="send"
    value="Submit Form"></td>
    </tr>
    </table>
    </form>
    Next the code from the cdonts_form.asp page (the page which
    will send the email) -
    <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
    <%
    Dim MyMail
    Dim MyBody
    Dim MyEmail
    Dim MyFirstname
    Dim MyLastname
    Dim MyColour1
    Dim MyColour2
    Dim MyColour3
    Dim MyComments
    Dim MyTest
    Dim MyTitle
    Dim MyAddress
    Dim MyTelephone
    Dim MyMobile
    MyEmail = Request.Form("email")
    MyFirstname = Request.Form("firstname")
    MyLastname = Request.Form("lastname")
    MyColour1 = Request.Form("colour1")
    MyColour2 = Request.Form("colour2")
    MyColour3 = Request.Form("colour3")
    MyComments = Request.Form("comments")
    MyTest = Request.Form("test")
    MyTitle = Request.Form("MyTitle")
    MyAddress = Request.Form("MyAddress")
    MyTelephone = Request.Form("MyTelephone")
    MyMobile = Request.Form("MyMobile")
    MyBody = "First Name: "& MyFirstName & vbcrlf
    MyBody = MyBody & "Last Name: "& MyLastName &
    vbcrlf & vbcrlf
    MyBody = MyBody & "Email: "& MyEmail & vbcrlf
    MyBody = MyBody & "Colour 1: "& MyColour1 &
    vbcrlf
    MyBody = MyBody & "Colour 2: "& MyColour2 &
    vbcrlf
    MyBody = MyBody & "Colour 3: "& MyColour3 &
    vbcrlf & vbcrlf
    MyBody = MyBody & "Comments:" & vbcrlf
    MyBody = MyBody & MyComments & vbcrlf & vbcrlf
    'vbcrlf - Visual Basic Carriage Return Line Feed means leave a
    space!
    MyBody = MyBody & "Test:"& vbcrlf
    MyBody = MyBody & MyTest & vbcrlf & vbcrlf
    MyBody = MyBody & "Title: "& MyTitle & vbcrlf
    MyBody = MyBody & "Address: "& MyAddress & vbcrlf
    MyBody = MyBody & "Telephone: "& MyTelephone &
    vbcrlf
    MyBody = MyBody & "Mobile Number: "& MyMobile &
    Vbcrlf
    Set MyMail = Server.CreateObject ("CDONTS.NewMail")
    MyMail.From = MyEmail
    MyMail.To = "t**********@*******.com"
    MyMail.Subject = "Enquiry for Academy Of Counsellors - sent
    from website"
    MyMail.Body = MyBody
    MyMail.Send
    set MyMail=nothing
    Response.Write("Thankyou, Your e-mail has been sent")
    %>
    Hope this is helpful for you!!
    Regards
    Billy

  • I'm having a problem opening emails. I sent a question, can't confirm the account set up to get the answer. The message is something is wrong ....HELP

    HELP ***-***-****
    Nancy
    '''Edited by Moderator:''' <br>
    Your phone number was removed to protect your privacy. From spammers, etc.

    Can you please try explaining your problem one more time but this time include more details? Like where are the emails you are trying to open? Are they in Yahoo mail, Hotmail, or Gmail? Or are you trying to open them in Outlook Express?
    Also you said you have a problem confirming the account you used to write a question, do you mean you have this problem with the '''njennings''' account or another one?
    Also your phone number was edited out b/c some of the volunteers are not comfortable talking on the phone and you never know who else might call and give bad advice.

  • Sent mail question

    In Mail I have a SENT mailbox, but I also have, above the mailbox list, beside the HIDE option, an option that says: SENT- "my email address" and INBOX- "my email address".  The latter options, when selected, never contain anything, though there are messages that were sent from my email address in the main SENT mailbox. It would be very convenient in terms of filing messages away if I could access the SENT messages from the SENT- "my email address" option. Is there any way to do this?

    OK I've figured it out. In Mail PREFERENCES, under "New Mail Notifications", I changed to ALL MAILBOXES. Abracadabra! My sent mail appears in both spots. Simple, I know, but nobody suggested it to me, possibly because nobody understood what I was talking about.

  • IMAP backup / sent messages question

    I have 6050 messages in my sent Mail mailbox, but only 2905 messages in my Library>Mail>Mialboxes>Sent Messages.mbox>Messages folder. Why is this?
    Does this mean I have no back-up of these 3000 missing messages?
    Can I easily make a full backup of all my mail messages sent and received?
    On the .mac server I have 3100 sent messages - shouldn't this be the same number as my sent mailbox in mail? I'm only using half of my alloted server space.
    Any help or insight would be greatly appreciated

    Hi Recto.
    I believe it's me who "disappeared" from the other thread -- Not sure why. Sorry for that.
    The thing is, this could be a Mail IMAP issue that you can do little or nothing about (maybe that's why I didn't reply). Here are two threads where similar issues have also been discussed (they refer to each other in some of the posts):
    IMAP Deleted Messages AND Unread Messages
    IMAP deleted mail won't stay deleted...
    BTW, do you have any Mail plugins? In the Finder, go to each of the following folders (if they exist). What do you see there?
    /Library/Mail/Bundles/
    ~/Library/Mail/Bundles/
    Note: For those not familiarized with the ~/ notation, it refers to the user's home folder. You can easily locate any of the folders referred to in this post by copying the file path here, doing Go > Go to Folder in the Finder, and pasting the file path there.

  • I sent a question to Firefox and got two weird spam replies - weird ranting. And one semi-helpful reply.

    Here are the two spam replies I received, from "adkaush":
    Yeah go ahead and remove my account but remove your account too because your answers are not helping anyone either.
    FF Team is biased to the mobile users and plan to chop-off the desktop segment. What's good about that Hitler approach?
    I don't care if you wish to remove my account for speaking out, I won't be surprised at all. Because that's what FF is doing now, kicking people around. Switching over to Chrome if that's what you want me to do.
    Never thought I'd hand over my browsing to Goog but that's what I have to do now because FF team doesn't care. Don't tell me that FF team didn't see this coming. They knew people will crap around. Go ahead, kick me in the nuts. Ban me or IP ban me, whatever makes you happy.
    And:
    This is happening because FF team have made the browser .. better :)
    Status bar is gone! Tens of my add-ons aren't working. I'm sure, FF team must be like, "Yayyyyyyyyyyy we frustrated the hell out of people!"
    Here's the semi-helpful tip I received, from "alan_r":
    There is no sign of it in your installed plug-ins. It may be an idea to re-instal it.
    Thanks, Bill.

    Where did all this happen?
    The people who answer questions here, for the most part, are other Firefox users volunteering their time (like me), not Mozilla employees or Firefox developers.
    If you want to leave feedback for Firefox developers, you can go to the Firefox ''Help'' menu and select ''Submit Feedback...'' or use [https://input.mozilla.org/feedback this link]. Your feedback gets collected at http://input.mozilla.org/, where a team of people read it and gather data about the most common issues.

  • Where are the good times when you sent a question to tech-support.

    Today it appears, that support it sleeping and reduced to the knowledge how to handle a cash dispensing machine...

    Hi DrRebar,
    first of all: WELCOME TO THE DISCUSSIONS!
    When you download the standalone installers from the Apple download page they are at your default download location.
    If you used Software Update there are 3 options: Install, Install&Keep, Download only.
    In the first case (which is also the default() the package is deleted after the installation. In both other cases the packages are kept in /Library/Packages.
    If this answered your question please consider granting some stars: Why reward points?

  • I sent this question several times but have not received an email so that I can confirm.

    Here is the question:
    Firefox freezes or closes with any version past 3.6! Have tried various suggestions from online support. I am using Windows XP Pro with all updates, Comcast, Norton Security Suite, V5.1.0.2 updated. The only add-on that seems to work with newer versions is NoScript. I miss Colorful Tabs and Expended Copy Menu. Both those add-ons will freeze Firefox now. Sees like Firefox is going backwards instead of improving.
    I have gone into the registry, removed all Mozilla and Firefox entries and reinstalled 8.1. Didn't make any difference. Sometimes 8.1 will work for 3 or 4 sessions before freezing or not reloading. I then have to do a clean reinstall. I really, really don't want to go back and start using IE.
    Is this an issue for anyone else or just my computer which is about a year old? Sure would appreciate any help.
    Regards,
    Paleo

    Hi
    Well I have tried installing 8.1 without any add-ons and it will open once or twice. Then it will not open. I just reinstalled 3.6 to make this post. I have no issues with 3.6 but Mozilla has posted that this version will soon stop being supported. I can use 8.1 in safe mode with bookmarks enabled but not in regular mode!
    Thanks anyway for responding to my post.
    Regards,
    Paleo

  • I sent a question re firefox 4 but was asked to register but now have had no reply

    I updated to firefox 4 - what a mistake - I lost Australia only in my search - I also lost the line which had:- web, video, maps, pictures etc. I already asked these questions with no reply, why?

    Firefox 4 uses a new build-in home page named <b>about:home</b> with a Google search bar on it.<br />
    That about:home page only shows some snippets and has a button to restore the previous session if applicable.
    If you want a home page with extras then set another page as the home page like www.google.com.au or www.google.com.au/firefox as used in Firefox 3 versions.

  • I sent a question this morning and was told an email confirmation would be sent. It's about 4 p.m. in the East and I haven't received anything.

    I'm checking to see if my question of this morning has disappeared or if someone will send me a confirming email to [email protected]? Thanks...

    Well, there's definitely a mac and a Windows version. And you're at the right page. I think the problem is that someone forgot (or decided not to) to update the text at teh bottom of the page to have Mac and Windows.
    Just push the button, you'll get the Mac update no problem.
    Regards,
    Bentley Wolfe
    Senior Support Engineer, Flash/Flash Player/Digital Editions
    Adobe

  • Emoze - sent items - question

    Since that Nokia messaging app is useless I installed emoze e-mail client which
    compared to nokia messaging, sync works (talking about gmail sync).
    Too bad for nokia messaging app, Ii like  it's user interface very much, but what a piont
    if sync usually don't work
    Regarding Emoze, it looks like that there is no possibility to set "Sent Mail" folder sync, I see only mails that I sent from phone but not from gmail account for instance from PC.
    Am I doing something wrong or Emoze can't sync Sent Mail folder?

    I assume you have a pre existing account using the POP protocol, which only downloads the contents of the inbox.
    Hotmail/Live/MSN/Outlook dot com now support IMAP which is a synchronized mail service, changes in one reflect in the other.
    File menu (alt+F) > New > existing mail account and add your account to Thunderbird again. Make sure you have the "IMAP account type selected and your will get everything synchronized.
    If it is like my account, your IMAP mail account will come with a sub folder under the deleted folder called pop that contains all the mail I have downloaded over the past years.
    If you right click your \new IMAP account in the folder pane on the right immediately after you create it, and select subscribe you can unsubscribe from that folder so you do not see it

  • I can not set up my files, my programs. I need help I have been at this all day and already sent a question. I can't get this done Please help me.

    Last night Chrome and Google 1+ locked down my pc because I disconnected plus one. I could not even get to Norton. This morning I talked to Norton and they moved my system to FF, I have two accounts Donnie p grant and Donnell Grant. I play Mafia Wars and a browser must be compatible with Client Addon. I am a gamer and had always used FF but was having trouble and switched to Chrome. When Norton moved my files back to FF she downloaded them but I can't get everything back to where it should be and I do not understand so much of it. Please help me set my FF account back up. Thank you

    ''donngra [[#answer-685379|said]]''
    <blockquote>
    ''FredMcD [[#answer-685331|said]]''
    <blockquote>
    Your System Details shows;
    Installed Plug-ins
    Shockwave Flash 15.0 r0
    Shockwave Flash 11.5 r502
    Having more than one version of a program may cause issues.
    Grab the uninstaller from here:
    '''[http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html Uninstall Flash Player | Windows]'''
    '''[http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html Uninstall Flash Player | Mac]'''
    Then reinstall the latest version.
    Flash Player '''v16.0.0.296<br>https://www.adobe.com/products/flashplayer/distribution3.html'''
    Shockwave Director '''v12.1.6.156 http://get.adobe.com/shockwave/'''
    </blockquote>
    </blockquote>

  • Question about Sent Mail folder contents

    Hi Everyone.
    this question requires a fair amount of background -- I tried my usually very helpful users' group and didn't get any responses. Here's the story:
    I upgraded my macbook pro to Leopard partly because I thought Time Machine would make me backup more regularly (it has). I have a few sporadic backups from prior to the upgrade, and then I backed up right before I upgraded. I had a disk error during my first attempt at an archive & install, found that the disk was wiped, thanked my lucky stars I backed up beforehand, ran disk utility on the disk, and then did an erase & install instead.
    After the upgrade, I used the migration assistant to restore my user account from my backup. At some point after the fact, I noticed that my sent mail mailbox in mail.app for my primary email account was missing all my emails except for the period from 3/30/05 to 4/15/05 and from 1/07 to 4/07.
    I thought I was hosed, but today I found I had another backup on a second disk, and that one has 10,614 emails in the sent mail folder (to be precise Sent Message (account name).mbox/Messages/). After importing, I have all of those sent emails restored in a folder in mail.app.
    However, during this process, I went and checked my Sent Messages mailbox in my current Library folder for this user account. In that folder (Library/Mail/Mailboxes/Sent Messages (this account).mbox), all of the files (content_index, Incoming_Mail, IncomingTable_ofContents, mbox, and tableofcontents) show an incorrect(?) created / modified / Last opened date of 5/26/05. The Info.plist file has the correct dates, and the Messages folder does, too. Those same files are in the Sent Messages folder on both of my backups, and have the same date (5/26/05) listed.
    I actually pulled all of the files listed above with the weird dates and removed them from the Sent Messages.mbox folder. That doesn't seem to matter to mail -- everything still seems to be working just fine.
    So, my question is, are those files crucial, or are they cruft from multiple generations of OS updates and mail.app updates that are no longer needed? It seems like no new versions were automatically generated when I removed the old ones, and mail doesn't seem to be broken.
    I've been using mail.app at least since 2004 and the emails in the sent mail folder trace back to a Pbook G4 that started with OS X 10.1 (maybe even 10.0 -- my memory isn't as good as it used to be) and was upgraded with each major release, then I migrated to the current MacBook Pro and upgraded it from Tiger to Leopard. So I've probably used the migration assistant (or archive & install) to help me move files (or did it manually) through one laptop changed and four OS upgrades.
    Any ideas about this Sent Messages question or in general about how I might clean up my Mail folder are appreciated.
    Thanks!

    I have both POP and IMAP email accounts.
    The IMAP is easy. Until you delete it is visible on both phone and computer. Once you delete it is gone from both, although with providers like Google, you can still un-delete it. Google, among others, provides free IMAP email.
    For POP, there is a setting in Entourage preferences, (maybe in mail.app, too) that will let you decide to automatically delete the mail from the server, manually delete the mail from the server, or automatically delete after a period of time. I set my pop account to automatically delete from the server after one month. You set up the iPhone the same way - to leave it on the server. This way, a message will download to both your computer and to the iPhone. If you are working at your computer, you can still manually delete the message from the server so that it does not go to your iPhone, since you have already handled it. But even if you never delete from the server, it will automatically delete in a month so that you do not go over your email limit (if any) for your ISP.
    Also, with my POP account, I set up the phone to automatically send a copy to me of all outgoing messages. This way my computer has a copy of everything I send from the phone.

  • How do I use my account to find the support question I asked?

    I sent another question to the forum, then registered. I verified my email address and logged in, then selected My Account, expecting to see my question somewhere. My account page was empty. How do I follow responses to my original question?

    Here it is: [http://support.mozilla.com/en-US/questions/786719 Some pages open with a black empty screen and an Adobe Reader error box with no text appears instead; how do I fix this?]
    How I found it: https://encrypted.google.com/search?q=harderm+site:support.mozilla.com
    You also can try to find it here: https://support.mozilla.com/en-US/questions?filter=my-contributions
    You also can try to look for the question in the browsing history: View > Sidebars > History; View by "Site", select support.mozilla.com and check for entries. This could probably help to find the question if you submitted it anonymously, without logging in.

Maybe you are looking for

  • To add the line item in Sales Order

    Hi Experts, I have to insert  the line item between two line item in sales order dynamically. How should i do this. any idea?? Thanks in Advance.

  • Outlook 2010 won't work

    I receive the following error when trying to set up an account for outlook 2010. The connection to Microsoft Exchange is unavailable.  Outlook must be online or connected to complete this action. Chuck

  • No photo preview in BBM Group??

    When a photo is sent to the BBM group, it is not showing up within the dialogue.  I can only see the photo by backing out and going to the "Updates".  On my Torch the pictures would show up within the dialogue.  One of the group members with a Z10 sa

  • Mirroring my arch installation?

    I have arch on an old computer that uses an IDE hard drive, just to test it out. Since then I've decided that I like arch so much that I'm considering using it on my primary computer, which uses SATA. I know that I can use a SATA to USB converter to

  • Importing music from CDs onto iPod

    Hi there, I have an iPod Nano 1GB. I am having a problem because I only have 28 songs on it, but it says it is almost full! The songs I purchased from iTunes are very small (3-4 MB), but the songs I tried to transfer from my CDs are much larger (25+