How to remove text saying "Sent from my iPhone" in mail composer sheet.
I have tried by sending empty body but no luck.
Please give some clue.
Go to your device settings --> Mail, Contacts, Calendars --> Signature .There you can see it. Empty the signature.
Related
I created an email signature which was working fine until August 14th when the last test was done. But today, on Outlook, the signature has this icon on top of it and it doesn't happen to everyone. The icon has the title Show original size. Nothing has changed for the HTML from where the signature is copied.
Here is the signature http://joseadrian.com/signature.html. It happens only with the visual version, not the text one on the textarea. And again, when I send it, it doesn't happen but it does when other users do it using the same email client.
While checking the message source it appears that Outlook filters the email for some people and adds the images behind a proxy //imgproxy-prod.services.web.outlook.com/proxy/?u=.... That's the only difference I could detect.
I send the email with the signature, the other user doesn't see the icon
Other user sends email to me with the signature, I see the icon
Other user sends email to another user wit the signature, they see the icon
Is there any way for that icon to not appear? The icon does not appear on the message source, it appears after one second after the email is loaded. The email clients used are Outlook for Web and for desktop (app/program)
After analyzing different emails, the icon appears when an element's width within the email is greater than the reading panel.
And somehow the email client for them is setting a fixed width to the table when the width on the HTML is '100%'.
<!-- Somehow vvvvvvvvvv turns into a fixed width `##px` in the email client -->
<table style="width:100%" width="100%">
When I am sending a direct mail newsletter as a test, everything looks fine. But when I am sending a newsletter to users only the content without my wrapping template is being send. The user seeĀ“s only the content elements in the newsletter. My html template is missing.
By content, do you mean that users see only plain text? If so, it might be due to subscriptions preferences.
Based on your settings, both fe_users and tt_address may have a flag called "Recieve HTML mails" (can't recall the exact english version) which by default is not set.
Please let us know a bit more about your installation if this doesn't help :)
I'm trying to embed a Cognos report in an email message body, with no luck.
I've tried IBM official solution and to unmark "Include a link to the report" and "Attach the report" in the email options and it didn't work. I've also tried to embed the report using html tag, but the mail client (Outlook) does not support iframe.
Google searches didn't show anything useful. Does anyone here have another idea without using external tool?
If you attach an HTML output of the report to an email in Event Studio, it's displayed in the email body.
the solution to this is very weird but believe me if you leave the email message body blank ,when you are specifying the to and cc, the subject of the mail etc and chose to attach the report ,the report is displayed in the body of the message when delivered..If you type even a single word in the message body of the schedule then the email is attached.Also only HTML formats are embedded rest all get attached.
i hope this helps .It has always worked for me.
You should clear the "link to report" but most important LEAVE THE BODY BLANK.
It is stated here: IBM LINK
if you are using ReportOutput() function, you are likely to get an individual email for each output type.
The Thunderbird Addon Display Contact Photo shows a nice picture of users (or optionally their gravatar/identicon/wavatar/monsterid) next to the mail header and in the recepient list. Is it possible to have that icon also displayed in the Recepient column (or even better, the Correspondent one from Show InOut) or a separate column in the default mail list?
That is, I'd like to have the image from the left of the contacts in this screenshot
(source: mozilla.net)
also in the email overview so I can see very quickly whom each email is from.
Thunderbayes++ shows an icon in the email overview, if a mail is spam, ham or unsure. Maybe the code of this extension can help you to implement this.
I'm using PHPMailer and I'd like to see how the plain-text AltBody is appearing in clients that only support plain text. What is the easiest way to do this? (echoing $mail->AltBody does not work)
In Thunderbird you can do this with View->Message Body As-> Plain Text.
See Testing the plain text version of your email
If you want to test this in GMail, click on "Message Text Garbled?" in the drop down menu next to the reply button. This will show you the content of PHPMailer's AltBody.
To expand on #jason-george's answer: To test with GMail and Thunderbird
Download and install the Thunderbird mail client.
In GMail, find the message you want to test. Select the 3-button menu and select "Download message".
Start Thunderbird. Cancel out of any start-up wizards and account setup screens.
In the file menu, select to "Open saved message". Navigate to the message you saved in step 2 and open it. (You may have to again cancel out of an account setup wizard.)
The message will open, usually in full HTML mode. Under the view Menu select "Message Body As..." and select "Plain Text". You will see the plain-text version.