The primary email address I use is dubc82. Its basically like spelling my initials wc out. I know how companies and possibly universities look negatively on email addresses that are inappropriate. I know this isn’t bad, but should I create one with my name to use. I don’t want to change it because I have so many things set-up on it and it would be a hassle to change.
Is my email address appropriate for business and other professional uses?
The primary email address I use is dubc82. Its basically like spelling my initials wc out. I know how companies and possibly universities look negatively on email addresses that are inappropriate. I know this isn’t bad, but should I create one with my name to use. I don’t want to change it because I have so many things set-up on it and it would be a hassle to change.
PHP email sending?
I have a page with a form in it to send a short message to my email address. The form has three fields: Name, E-mail & Message. The name one is where the sender types his/her name; Email where sender puts their email address, and Message where they type the message (simple)
when the user clicks submit it runs the following php code:
sendEmail($_POST);
function sendEmail($post){
$emailto .= "email@somewhere.com";
$subject .= "Question from " . $post['uname'];
$header .= $post['$uname'];
$message .= $post['umail']." wrote the following:\n\n";
$message .= $post['umessage']."\n\n";
mail($emailto, $subject, $message, $header);
header("LOCATION: contact_sent.php#sent");
}
?>
Problem: when I check the sent message i see the date, the subject, but the sender appears as follows:
nobody@server#.domain.com
Question: How can I do so that the field with the email appears as the sender, or that the field with the name appears as the sender (or maybe both) Thanks
Resume cover letter: Who do I address it to? Human Resources?
The template that I am using says “Dear _____,” to begin. I could leave this off but it seems informal and like I am mass emailing facilities to get a job.
Most of the places I am applying to say to send a resume to an email address, so I don’t know the hiring person’s name. Should I just put Dear HR or Attention: HR or something?
How do i block a person email to keep them from emailing me?
i am getting annoying mails from someone and want to block them and i dont want to change my email address just block theirs..
dont want to use spam because the mail will still go through. i want them to get a maiil delivery error to say that the message return and obviously the email address is nolonger in use