TRENDING NEWS

POPULAR NEWS

Replying To An E-mail Whats The Character String So I Can Send A Reply

Know of any best / helpful practices for tracking direct mail response?

There's several ways you can go about this...Scott mentioned source codes. This is one of the best ways to go about tracking if you're doing a lot of different mailings or have been doing direct mail for a while and want to know which mailing the lead is responding to. Your direct mail company should be able to help provide these codes or at least print them on your cards. Then when the leads call in, have the receptionist (or whoever takes the calls) ask the person to read off the code on the back of the card.There's also mail tracking software that puts a code on the back of your cards, the code is scanned when mailed and you can login and view when your cards hit their destination. Here's some more info on that: http://www.postcardmania.com/pro...Another option is call tracking. You can use a specified phone number on any mailing, then when the lead calls that number, you know which mailing it was from. Here's more info on how call tracking works: http://www.postcardmania.com/pro...One of the easiest ways to immediately track your marketing is training your receptionist to always ask the called how they heard about you and noting this down on a notepad - then have her/him send you a weekly report on the calls and noting where each call came from.  Hope this info helps!

What's your best excuse for sending the wrong text to the wrong person?

I don’t excuse myself. I explain what happened followed by an apology.“Whoops! I was chatting with someone else while texting you. Don’t think too much about that mistaken text. Sorry.”Most times,honesty and clarity is the best solution for any accidents or mistakes.

How to reply to original sender without including subsequent messages forwarded to others?

I just got an e-mail. I forwarded it to another correspondent with an added message. Now I want to reply only to the original sender, but my added message is attached to the original e-mail. I cannot reply to the sender without including my message to the person to whom I forwarded the e-mail.

I found instructions in Yahoo Mail help for deleting one message in a conversation, but the instructions are incorrect. It says to expand the message, click "more" in the toolbar, and click on "Delete message". However, there is no "Delete message" option in the "more" menu.

Besides, I don't really want to delete my added message to trash, I just want to reply to the original message without including the added message.

Also besides: in any case, if I click the reply button for the conversation, it sets up a reply to the recipient of the last communication, the one forwarded. The address of the sender of the original message is hidden. If I click on the name of the original sender, the e-mail address does not appear, nor is there a menu including "save this sender and address to contacts," "send a new message to this sender only," "view the e-mail address behind this name," or anything like that.

What a mess! What used to be normal, easy and intuitive is now impossible! And worst of all, your new help messages are incorrect, as I also found this morning trying to solve a problem with Yahoo weather. I'm dreading the changeover to the new My Yahoo!

Michael Bates
Tiesenhausen@yahoo.com

Yahoo sent an email to me about verification?

100% scam. This is a phishing scam. When you type in your password they steal your identity and account. Check the box on the left of the message line and click "Spam" and Report a phishing scam.

Emails from Yahoo will have the purple Yahoo logo in the address line and messages sent from Yahoo Customer Care will always use "@cc.yahoo-inc.com" or "yahoo-inc.com" as the domain.

"Unsolicited email asking for password or other personal information from Yahoo!"
http://help.yahoo.com/kb/index?page=cont...

Input a sequence of characters and output the number of vowels (isvowel)?

response is a single character
you cannot put a string in it.
here is a better version based on what you wrote:

#include
using namespace std;
#include
bool isVowel(char c);

int main()
{

string x;
cin >> x;
int count=0;
int i;
for(i = 0; i < x.length(); i++)
{
if(isVowel(x[i]) ) // no need to test for true-- isVowel is already boolean
count++;
}
cout <<"number of vowels are "<< count << endl;
system("pause");
return 0;
}
bool isVowel(char c)
{
return (c == 'a'||c == 'A'||c == 'e'||c == 'E'||c == 'i'||c == 'I'||c == 'o'||c == 'O'||c == 'u'||c == 'U');
}

I didn't get the verification email FROM NEXON i entered valid email address i cant play please help?

Check your spam settings and your spam dump.

DO NOT PUT YOUR EMAIL ADDRESS IN THE QUESTION

REMOVE IT NOW BEFORE THE SPAMMERS GET IT

I note that your email was not a Yahoo service. Apart from invalidating any answers given in response to a question assumed to be related to Yahoo products, it might just give a clue.

You need to address your service provider to find out if the Nexon sender domain has been blocked. Try support@yourdomain

It may be something very simple but not immediately obvious. You could try support@yahoo.com

However, I suggest you find someone you trust or someone already on Nexon to sit with you and walk them through what you are doing.

How can I send a text message with email?

I remember that I used to be able to send text messages to people through my email, but not through a system similar to an IM but by directly sending an email to the phone number. It was something like *phone number*@website.com. Does anybody know what I'm talking about and do you know what the website I send it through is?

TRENDING NEWS