Sending emails in HTML on iPhone?

How do I configure the iPhone 5 to send emails in HTML? 

Lucky I stopped by again
We have heard of this problem from a small number of people over the last few weeks.
Briefly it seems that some contacts can be formatted weirdly in your address book. The easiest solution seems to be to export the problem contact as vcf and reimport, which cleans the contact in some way, then it should be fine.
More on solubleapps.com/MailShot-support, if you haven't visited there already.
Any problems please get in touch on our support email address and we'll try our best to help. Also Watch for the new update in a week or so.
Cheer, Peter

Similar Messages

  • Send Email in HTML Format with Javamail.

    GOD BE BLESSED!
    Hello dudes,
    i create a jsp page let me send emails from a database using the API Javamail.
    But these emails when i send then, goes in text format only, and i want to send emails in HTML format too. Anyone can help me?
    I think the Javamail API can send in HTML format.
    thanks and sorry, my english is basic but i think you understand. ;)
    Adler Medrado

    I was trying to do the same thing...I found this on the java.sun.com website somewhere. Hope it works out for you.
    try {
    String host = "";
    String from = "";
    String to = "";
    String fileAttachment = fileName;
    // Get system properties
    Properties props = new Properties();
    // Setup mail server
    props.put("mail.smtp.host", host);
    // Get session
    Session session1 =
    Session.getInstance(props, null);
    // Define message
    MimeMessage message =
    new MimeMessage(session1);
    message.setFrom(
    new InternetAddress(from));
    message.addRecipient(
    Message.RecipientType.TO,
    new InternetAddress(to));
    message.setSubject("");
    // create the message part
    MimeBodyPart messageBodyPart =
    new MimeBodyPart();
    //fill message
    messageBodyPart.setText("");
    Multipart multipart = new MimeMultipart();
    multipart.addBodyPart(messageBodyPart);
    // Part two is attachment
    messageBodyPart = new MimeBodyPart();
    DataSource source =
    new FileDataSource(fileAttachment);
    messageBodyPart.setDataHandler(
    new DataHandler(source));
                   messageBodyPart.setFileName(fileAttachment);
    multipart.addBodyPart(messageBodyPart);
    // Put parts in message
    message.setContent(multipart);
    // Send the message
    Transport.send( message );
    }catch (Exception e){
    System.err.print("Mailing error:");
    System.err.println(e);

  • Send Email with HTML format in Outlook Macro

    I can use the following to send email with HTML format in VBA. I also have created an HTML file. Is there a way to load the file into .HTMLBody to send it as HTML format message?
        Set OutlookApp = CreateObject("Outlook.Application")
        Set objMail = OutlookApp.CreateItem(olMailItem)
        With objMail
           .BodyFormat = olFormatHTML
           .HTMLBody = "<HTML><BODY>Enter the message text here. </BODY></HTML>"
           .Display
        End With

    Try: 
    Dim fso As Scripting.FileSystemObject
    Dim htmlFile As Scripting.TextStream
    Set fso = New Scripting.FileSystemObject
    Set htmlFile = fso.OpenTextFile("C:\path\to\my-html-file.htm")
    strInsert = htmlFile.ReadAll
    then change:
    .htmlbody = strInsert
    oh, and you need to set a reference to the Scripting runtime in Tools, References. 
    Diane Poremsky [MVP - Outlook]
    Outlook & Exchange Solutions Center
    Outlook Tips
    Subscribe to Exchange Messaging Outlook weekly newsletter

  • Java.mail sending email in html format

    I trying to send emails from my java program, I ve managd to send text mails, I want to send email in html format is there a way of doing that and how
    thanks for your help

    Thanks a lot it is working now but I think that sending mails in text format is the best way since there isn't a way of knowing whether the recepient can handel html mails

  • Sending email in html format.

    i am trying to send email in html format. the following is my sample code. it's just sending plain text. how should i send html file in email?
    String message_body = "<a href=\"test.html\">click here</a>";
    MimeMessage msg = new MimeMessage( session );
    // From Address
    msg.setFrom( new InternetAddress( fromAddress ) );
    // TO Address
    InternetAddress recipient_Address = new InternetAddress( toAddress );
    msg.addRecipient(Message.RecipientType.TO, recipient_Address);
    // Subject
    msg.setSubject( subject );
    // MimeBodyPart object for message body part
    MimeBodyPart mbp1 = new MimeBodyPart();
    mbp1.setText( message_body );
    // MimeBodyPart object for file to attach
    MimeBodyPart mbp2 = new MimeBodyPart();
    Multipart mp = new MimeMultipart();
    // create the Multipart and add message body and file to attach.
    mp.addBodyPart(mbp1);
    // add the Multipart to the message
    msg.setContent(mp);
    msg.setSentDate(new Date());
    // send the message
    Transport.send(msg);
    i'd appreciated it...

    msg.setContent(mp, "text/html");Have I put this in the right place? You need to apply it to your body text, at any rate.

  • Trouble sending email from iPad and iPhone

    I'm haing trouble sending email from iPad and iPhone 4. No trouble receiving email, just sending!

    If this happened in the past hour or so with dot-mac or dot-me mail, the iCloud servers were having a problem.

  • IPhone cannot send email using Yahoo account. iPhone no envia correo Yahoo.

    Hi Everyone,
    I just got my iPhone from Movistar Venezuela and I've found I'm unable to send email using my Yahoo account. However, I can receive Yahoo email just fine (paid $20 for Mail Plus subscription), my GMail account can send and receive perfectly, and I can go surfin' Safari with no problems too.
    The error message I get is "Cannot send mail: an error occurred while delivering this message". I called Movistar Customer Support and they said everything was fine on their end...
    In typical Apple fashion, the error message is so simple I have no idea where the problem is. Does anyone know how can I get more information and how to solve this annoying problem? My Yahoo account is actually my primary account...
    Thanks in advance!
    Saludos a todos,
    Acabo de comprarme un iPhone de Movistar en Venezuela y me encuentro sin poder enviar emails con mi cuenta Yahoo. Sin embargo, si puedo recibir correo Yahoo bien (pague $20 por mi suscripcion a Mail Plus), mi cuenta de GMail si puede enviar y recibir email sin problema y puedo navergar con Safari sin ningun problema.
    El mensaje de error que recibo es el siguiente": "No se puede enviar correo: se ha producido un error al enviar el mensaje". Llame a Atencion al Cliente de Movistar y me dijeron que no habia ningun problema con mi linea o con su servicio de datos...
    Como tipica cosa Apple, el mensaje de error es tan simple que no tengo NI IDEA de cual es el problema. Alguien mas ha sufrido este problema? Sabe alguien como puedo obtener mas informacion de este error y como solucionarlo? Lamentablemente, mi cuenta Yahoo es mi correo principal...
    Gracias de antemano!

    Creo que resolvi el problema, temporalmente.
    1) Borra tu cuenta
    2) Vuelvela a crear
    3) Ve a Ajustes
    4) Ve a Mail Contactos Calendarios
    5) Ve a la cuenta problematica
    6) Ve a SMTP
    7) Anadir nuevo
    8)
    Nombre servidor: smtp.mail.yahoo.com
    Nombre de usuario: no dejar vacio
    Contrasena: no dejar vacio
    Usar SSL: si
    Autenticacion: Contrasena
    Puerto del Servidor: 25
    Lo consegui de aqui: http://www.emailaddressmanager.com/tips/mail-settings.html
    Dime que tal te funciona.
    I think I solved the issue, temporarily at least
    1) Delete account
    2) Create again
    3) Go to settings
    4) Go to Mail, Contacts, Calendars
    5) Open problematic account
    6) Go to SMTP
    7) Add a new server
    8)
    Name: smtp.mail.yahoo.com
    User name: do not leave blank
    Password: do not leave blank
    SSL: Yes
    Autentication: Password
    Port: 25
    I got this info from: http://www.emailaddressmanager.com/tips/mail-settings.html
    Let me know how this works

  • Cannot send email on LTE with IPhone 6  and IOS 8.1

    Since I got my iPhone 6+ and upgraded the operating system to IOS 8.2, I have been unable to send email unless I am on WIFI. If I am on AT&T LTE 4G, when I hit the "SEND" button, I get this pop-up box: "Unable to Send Email / A copy has been placed in your Outbox. The sender address (my email address) was rejected by the server."
    As soon as I get to a WIFI connection, the mail goes right out, no problem. I have tried everything I can figure out, up to resetting my network settings, but nothing changes. The email address I use as my recipient address is the same one I use all the time and have used for years. Never had this problem before getting the new iPhone and upgrading the OS. (But not sure exactly at what point the LTE sending stopped working.) Any clues?

    I would check with your email provider. It sounds as if the SMTP server needs a different port to use or needs to have SSL turned on. Many email providers will not allow you to send mail when not on their physical network unless there is a way to verify who you are. SSL does that, but needs additional information, like your username or password. Go into the mail account and look at the settings for your SMTP server. See if SSL is on or off, and make sure that you have entered your username and password in all locations, even where it says optional.

  • Cannot send email with new 3G iphone

    Hi.
    I bought a 3G phone about one week ago. I had owned a first generation iphone before this. On my new phone, everything seems to work, except I am unable to send email. I get either the message "the user name or password for "SMTP:[email protected]" is incorrect.
    I entered the same user name and password as on my incoming settings, just 30 minutes ago. (incoming has worked well).
    Prior to my entry of this user name and password, (since receiving this phone) I received an error message that the sender address was not recognized.
    I have read through several discussions and forums, but still am unable to correct this problem.
    Can you help?
    drpatricia

    Hi PRuth,
    Most email accounts issued by Internet Service Providers are only going to be able to send emails when connected to the Internet over their network connection. So, if the iPhone is connected to the Internet over the 3G network or another network connection that is not owned by the ISP, it will not be able to send emails. More detailed information and tips available here: http://support.apple.com/kb/TS1426
    You can try enabling an alternate server, go to Settings> Mail, Contacts, Calendars, tap the account> Tap the outgoing mail server> turn on the alternate AT&T servers, which can be used when connecting to the Internet over 3G or EDGE.
    Jason

  • "Sender Name is Invalid" (can't send email from POP account) iPhone 2.1

    I updated from V2.0.2 to V2.1 today. I also swapped out my original iPhone EDGE for a new iPhone EDGE due to unrelated problems with the speaker.
    Upon testing things after restoring from backup to the new phone I discovered that I could no longer SEND email from my POP account. I could receive email just fine on that account. Sending and receiving email on my MobilMe account also worked, as did sending and receiving email via the POP account while on the Mac computer I use to sync with this iPhone.
    After digging into this with AppleCare we discovered that somehow the Port Address for the Outgoing Mail Server for that POP account had been changed from 25 to 587 on the iPhone.
    Changing it back to 25 fixed my problem.
    We don't know whether the problem was due to the 2.1 upgrade or due to something in the restore process after swapping the phones.
    If you get the error message "Sender Name is Invalid" while trying to send email from a POP account on your iPhone, go to Settings > Mail, Contacts, Calendars and select the line for your POP account.
    Now scroll down to the Outgoing Mail Server entry which should show "SMTP" and the name of the outgoing mail server for that POP account. Select that line. This will display a list of servers with your POP account server showing at the top as the Primary Server. Select that line.
    In the panel that displays, check the Server Port. If it is something odd like 587, that may be your problem. Select the line and you can edit it to something more normal like 25. Touch the "SMTP" button at the top left of the number entry screen to accept that new value.
    We discovered that after correcting that value on the iPhone it STAYS corrected even after doing a new Sync with iTunes, or after MobileMe syncs.
    --Bob

    Sorry you had problems Bob.
    Depending on the mail service you are using, Port 25 or Port 587 are usually acceptable for outgoing
    SMTP mail. Many cafes will block the customary port 25 to prevent spammers from using their
    wireless access.
    There is a superb tutorial posted here:
    http://www.webmail.us/docs/support/Macintosh-OSX-Mail.pdf
    Also be sure for each mail account to turn ON the secondary AT&T server shown at the bottom
    of the SMTP server list for each account -- it will make your transition from wireless to Edge
    to 3G networks much more reliable.
    Thanks for sharing what you've learned. Hope this helps.

  • On 3G we cannot send emails from either our iPhones or iPad and this also happens with some WiFi connections but not all.  Yet we can always send emails from our Hotmail Email account.  What is causing this and what do we need to do to resolve it?

    On 3G we cannot send  Business emails from either our iPhones or Ipad and this also happens with some WiFi connections but not all.  Yet we can always send emails from our Hotmail Account using both 3G and WiFi.
    We bought the iPhones and Ipad so that we could send emails while we are out of the Office, but we are not able to do this unless we can find a WiFi connection. Incoming emails are fine.  We use IMAP, for Business emails just incase this is relevant and I know that Hotmail is POP3.
    Our technical IT knowledge is not great, so we look forward to your suggestions as to how to resolve this. 

    Contact whomever supports the email account and get the correct Outgoing email server settings from them.

  • TS3899 I can not send email from my new iphone 4s.  I keep getting message 'set password for msn' acct.

    Why can't I send email from my new 4S?  Message keeps telling me--enter password in settings..
    And where do I find my 'operating system'.  (ie 5.0.1 etc)

    I have a 1st gen iPhone that I just updated the software to 2.0.2
    Now whenever I press the mail icon it goes to the mail app for about 4 seconds, does nothing, no loading of folders, old messages, nothing.
    Then it reverts back to the home screen. Tried restarting, haven't tried restoring, thought I'd look here first.
    Anyone???

  • Cannot send email after update on iphone 5

    cannot send email from one account after update,  states my password and/or user name incorrect.  I have it written down,it's not incorrect.

    After the iOS 7 update, in order to send email from my iPhone5 and my daughters (also from our iPads) I had do follow Apples reset instructions. Hold the HOME buttton and the START/AWAKE button until your device restarts and you see the Apple logo when your device restarts. You do not have to swipe the message bar which shows up sometimes as your iPhone is shutting down. Sadly to say, but on my daughters iPhone 5, I had to do this 5 times.
    If you live near an Apple store, make them do it so that someone at Apple will send a fix for other people. I looked for a simple way to contact Apple and there is none. There is a series of prompts and links that are time consuming to be able to reach support about even a simple problem.

  • How to delete a "sending" email on the the iphone

    While up in Canada, I couldn't send emails even when I added the Shaw Cable outgoing smtp server. Shaw support said it is a problem with the iphones. They may be correct, since I could send outgoing using the same smtp server on an imac and macbook using mail with that smtp server. Incoming email was ok. So, I had attempted to send 3 emails, and for 3 days each time I woke up may iphone, it attempts to send, but can't. No outgoing email box to open and delete these messages!
    Crossed the Canada/Washington State border, and two of the emails sent fine (puzzled recipients, getting them 3 days late). Four days later my iphone keeps trying to send one last email, no success. Otherwise, everything back to normal, sending and receiving email in two .mac accounts, and two separate non-mac accounts. My battery is being drained by the constant attempt to send this remaining email. Unlike Mail on the Mac, the iphone has no place that I can find where I can delete this pending email. It's in purgatory! Tried reboot, etc. Any advice?

    That took care of it. A pain, however.
    Thanks for the advice.
    Daniel

  • Send email in HTML format with attachment.

    I want to send out email in HTML fromat and attach a file to it. I know how to send HTML email but I cant attach a file to it.
    Can anybody help me with that?

    What kind of attachment?
    1) A file not related to the HTML
    or 2) a file used by the HTML (i.e. a GIF)?
    If 1) see here http://developer.java.sun.com/developer/onlineTraining/JavaMail/contents.html#SendingAttachments
    If 2) see here http://forum.java.sun.com/thread.jsp?forum=43&thread=242791
    (make sure you read all the thread as inline attachments are mentioned at the end)
    SH

Maybe you are looking for