How can I force Mail to send email requesting a server DSN?

I would like mail to send every message with a server DSN request (the RFC1891 type). I found "tech savvy" info on this archived thread:
https://discussions.apple.com/thread/1965944?start=0&tstart=0
But, I am not a technical person, so, how can I get mail to do this in practise? Or would there be a utility/add-on/plug-in that allows for this?

First thing to try: go to System Preferences>iCloud and uncheck 'Mail' in the list there. Then re-check it. Give it time to settle in. Go to Mail Preferences>Accounts (not 'Accounts' in the 'Mail' menu) and select your iCloud account. You should see this:
'Email address' (greyed out) is your login - this should be your @me.com address. The 'Alias' drop-down menu should both versions of your address - @me.com and @icloud.com/ - plus any aliases you have set up.
(the image is from Mavericks, I would expect Yosemite to be much the same).
If this hasn't worked, try clicking the Sign Out button in System Preferences>iCloud. It wouldn't hurt to reboot; then sign back in again. Your iCloud synced data will disappear when you sign out but will reappear when you sign back in (give it time).

Similar Messages

  • How can I make mail retry sending messages in the Outbox?

    Howdy all,
    As the title says how can a force Mail to try to resend the messages in the outbox? I use my MacBook Pro in a number of different environments and when I am on one flakey access point in particular or when I have forgotten to open Safari to reauthorize recently on another network Mail will fail to contact the SMTP server. When this happens my message gets stuck in the outbox to be sent later. My problem is that I do not know how to get it out of there effectively.
    Once I have fixed the transitive error in the network (or or the problem fixes itself) how do I get the messages out of the inbox? At this point I can send more messages with no problem and they will happily go out but those in the queue just sit there.
    Now, I have tried a number of things like quitting and restarting Mail, bringing the various network interfaces back up and down, and other things to try to trick Mail into sending the queued messages but that has been haphazard at best. I can't help thinking that there is something obvious I am missing.
    Thanks for any help!

    Highlight the message in the inbox, double-click on it, and click on the "send" icon
    You may even consider BCCing yourself to see whether the message actually goes or not, and you just have an artifact copy stuck in your outbox that you could then just delete.
    Otherwise, copy&paste the stuck message body into a new message, and delete the stuck one out of the outbox before attempting to send the new one

  • How to use java mail to send email to hotmail box

    how to use java mail to send email to hotmail box??
    i can send emails to other box(my company's email account) but for hotmail, the program didnt print any err or exception the recepient cant receive the mail.
    thanks

    you ust to download activation.jar and mail.jar and add them to your build path.
    i have used the googlemail smtp server to send mail the code is following:
    public void SendMail()
    Properties props = new Properties();
    props.put("mail.smtp.user", username);
    props.put("mail.smtp.host", host);
    props.put("mail.smtp.port", port);
    props.put("mail.smtp.starttls.enable","true");
    props.put("mail.smtp.auth", "true");
    props.put("mail.smtp.socketFactory.port", port);
    try{
         Authenticator auth = new SMTPAuthenticator(username,password);
    Session session = Session.getInstance(props, auth);
    MimeMessage msg = new MimeMessage(session);
    msg.setText(text);
    msg.setSubject(subject);
    msg.setFrom(new InternetAddress(senderEmail));
    msg.addRecipient(Message.RecipientType.TO, new InternetAddress(receiver));
    Transport.send(msg);
    }catch(Exception ex) {
         System.out.println("Error Sending:");
    System.out.println(ex.getMessage().toString());
    and this the SMTPAuthenticator Class which you will need too.
    class SMTPAuthenticator extends javax.mail.Authenticator {
         private String fUser;
         private String fPassword;
         public SMTPAuthenticator(String user, String password) {
         fUser = user;
         fPassword = password;
         public PasswordAuthentication getPasswordAuthentication() {
         return new PasswordAuthentication(fUser, fPassword);
         }

  • How can I block myself from sending email to a certain email address?

    How can I block myself from sending email to a certain email address?  I am in the middle of a relationship ending and I want to RESTRICT myself from being able to send outgoing email to a certain email address. Please advise. I have no will power and I don't want to be engaged in back and forth email drama.  Thanks.

    Might sound kind of silly, but you could go into Contacts, the person in question, edit, and where it says Add Field, put somthing in like STOP, or DO NOT DO THIS
    At least that would get your attention, even if it doesn't block you from emailing.
    There just isn't much you can do to block yourself.  If you have a couple close friends, do something like an AA support group...call a friend and have them talk you out of emailing.
    I'm not trying to be smart alecky about this, actually trying to help, but there isn't much to offer.

  • How can I force Mail to ask me to choose outgoing server each time I send an email?

    I work for 3 different companies and I have 3 different mail accounts in my Mail for each of them. It happens to me very often that my email is sent from the wrong account, causing me a lot of trouble. This is of course my human mistake, but I want to limit this and would like to know if there is an option to force Mail to ask me for mail server each time I send an email?

    Mail/Preferences/Accounts/Account/Account Information - try checking use only this server.
    If that doesn't work properly, select the server, click Edit SMTP Server List and set up the server with your e-mail address so each one is named differently. Test.

  • How can I make "mail" my default email app?

    When I click on an email address from Cobook or on a web page viewed in Safari, the chrome app opens to a gmail account that I rarely use. How can I make my regular Mail app the default?
    Thanks.

    Open Mail -> Preferences. Under the General tab there should be an option to select the default Mail app.

  • How to use Yahoo Mail to send email using email links on webpages

    When I'm on a webpage that has a link to send an email, I cut and paste the the email address (which is the link) and paste it into my Yahoo Mail address bar. However, some webpages don't show the email address as a link. Instead, the link might be "write me" or "send mail", so I can't cut and paste an address.
    If I click on an email link, a window pops up that says "Welcome to Mail" and it states that the assistant will guide me through the steps to configure my email account. To get started, this assistant requires a password that I don't possess.
    So I'm stuck not being able to access an email application that I don't want to use in the first place.
    Is there a way to set up my computer so that I could click an email link on a webpage and have Yahoo Mail pop up?
    If not, is there at least a way to send an email using an email link that doesn't show the email address, without using (what I assume to be) the Apple mail Application? If it is necessary, how do I recover the password for the mail assistant? I'm not aware of ever having used or set up a password before.
    THANK YOU

    If you don't want Mail to open, don't click on the app.  If it's opening at login, right click its Dock icon>Option>de-select Open at Login.

  • How do you tell Mail to send email?

    Sometimes stuff gets stuck in the outbox. Forced quit and reboot does not get the outbox mail sent.
    Each letter must be opened and receive a new sent time, sometimes the next day, to get it to send if it is not lost altogether.

    Snow Leopard solved the problem.

  • How can I get Mail to delete emails?

    My mail will not delete.  How do I fix this?  It just started tonight and I have no idea why or what to do about it.  Thanks.

    Are you getting an error message when you try to delete?
    As a temporary measure, try holding down the Option key when you click on the trash bin.
    Also, in the mail menu bar, go to Message, then Move to, then Trash. See if that works.

  • I had over 200 e-mails.  I went to my webmail and deleted most of them.  However, my iPhone still shows 200 e-mails.  How can I force my iPhone to update from the e-mail server?  Or will I have to delete each e-mail from my iPhone as well?  Thanks.

    I had over 200 e-mails.  I went to my webmail and deleted most of them.  However, my iPhone still shows 200 e-mails.  How can I force my iPhone to update from the e-mail server?  Or will I have to delete each e-mail from my iPhone as well?  Thanks.

    You may have to try deleting all the music from your phone (by going to Settings>General>Usage>Music, swipping All Music and tapping Delete), then sync it all back on with iTunes in order to fix this.

  • How can i get more than 100 email in Mail? I can only see the latest 100. I have an hotmail account and it worked at my other mac.

    How can i get more than 100 email in Mail? I can only see the latest 100. I have an hotmail account and it worked at my other mac.

    How can i get more than 100 email in Mail? I can only see the latest 100. I have an hotmail account and it worked at my other mac.

  • My mother used to be the bill payer on my iTunes account so now every time I send an email from my iCloud account it sent with her name, how can I change the settings so emails are sent from myself?

    My mother used to be the bill payer on my iTunes account so now every time I send an email from my iCloud account it sent with her name, how can I change the settings so emails are sent from myself?
    I've changed the bill payer to myself but it stills says on emails that I sent that its from my mother.

    In order for the "From" field to show you options on the "from" addresses available, you must set them up in the Preferences > Accounts first.
    I can't show you a screen shot of the from field because I currently only have one account, so the from address used is the default. However, when I had more than one, then options will show up in your compose/reply window.
    You'd need to add an account here:

  • How can I limit the number of emails resident in Apple Mail?

    How can I limit the number of emails resident in Apple Mail inbox?

    jlfcba wrote:
    IOS 7.1.1 doesn't show a "days to sync" parameter anywhere in SETTINGS/Mail,Contacts,Calendars/ACCOUNTS/GMAIL Account/ GMAIL Acccount Info.  There is nothing in iTunes relating to such an option either.  So, it seems I'm back to square one.
    If you have a decent mail provider like Microsoft Hotmail or Outlook.com mail it does.
    If you have Gmail it does not.  Quite right. Gmail is rubbish.

  • How can I get my century link email on my iPhone under mail?

    How can I get my century link email ([email protected]) to come on my iphone in Mail and not accessing it through safari?

    Contact your mail provider for the correct settings to use, and go to Settings>Mail, Contacts, Calendars and add the account.

  • How can I get Mail to 'forget' old email addresses?

    Several work contacts have recently changed their email addresses, but when I type their names in the To: box in Mail, it brings up both the new and old addresses.
    None of these email addresses are in my Address Book, Mail is obviously just picking them up from previous emails I have sent and received  to/from these people.
    How can I get Mail to 'forget' these old email addresses and just bring up the current ones?
    (I have already accidentally sent emails to the old addresses because they are coming up in the drop-down menu. I would much prefer it to be idiot-proof and not bring the out of date addresses up at all)

Maybe you are looking for

  • LOV view criteria missing in af:query field when AM pooling is disabled

    Hi all, Again, another strange behaviour with fields in af:query when AM pooling is disabled. I have a field with a LOV in the af:query area. This LOV has a view criteria that involves a bind variable. In the VO, the view accessor for this LOV applie

  • Tree in Visual Composer WebView

    Hi All, Is it possible to create a tree in VC Webview? I know this can be done in VC in NWDS. However, I believe this is not possible in the webview since I have not seen any integration with webdynpro components in webview. I am forced to use webvie

  • OSX Systemupdate and Firewall

    i need exactly information what kind of ports and servers the system update need for this. because we must install by a customer a "fortinet" firewall where the most is closed. to open it for the osx system updates we need this information urgently.

  • When will 300Mb be available?

    When will it be on the website? And just to check is it 300Mb they are offering or 330Mb I keep seeing both everywhere.

  • Where can I get some introduction of Oracle Utility OMS?

    Can Oracle NMS running on window 32 bit environment? Thank you! Edited by: user542092 on Mar 6, 2010 6:47 PM