4,468 Topics

Member Avatar for
Member Avatar for Deepak.G

Hi I'm having a test suite in python and i would like to email the result through my company server. I used a similar code but the code seems to be hung while waiting for a response from server during socket.connect() call. I traced the code and found that it …

Member Avatar for rogerkrush
0
1K
Member Avatar for mikes1471

Hi I'm looking to provide a web based Email service on my own domain name, I could liken this to hotmail or gmail etc so you have an idea of what I mean. I am looking to create the web page in PHP and wonder if anyone knows if an …

Member Avatar for atom6402
0
78
Member Avatar for GreaseJunkie

I hate to post a thread on this since I know this topic has been discussed ad nauseum, but I've been searching for weeks and cannot find exactly the answer I've been looking for. I'm new to arrays and loops - I get the concept, but not the syntax. Here's …

Member Avatar for hielo
0
387
Member Avatar for raf.fredi

How to read multilingual emails using php? I don't want any webmail script. I want to use imap/pop3 functions [URL="http://www.php.net/manual/en/function.imap-open.php"]http://www.php.net/manual/en/function.imap-open.php[/URL] Following code works well for listing emails but have some errors and it cannot read email other than ENGLISH language Help Anybody [CODE] <?php // Inbox // Display Messages from …

Member Avatar for mr_sps
0
554
Member Avatar for raf.fredi

I'm posting my code for reading email It have problem with displaying images inside email as well as it can not display email properly other than English language Is there need of email parsing? I don't know how to go with email parsing [COLOR="Red"]config.php[/COLOR] [ICODE] <?php $ServerName = "{mail.host.com:995/pop3/ssl/novalidate-cert}INBOX"; $UserName …

0
74
Member Avatar for xav.vijay

Hi I am planning to build an email server. My first one actually. I have used linux for apache / db / middleware ... so I think am capable of installing a mail server with some proper documentation. I have narrowed the email server to be postfix... but now here …

Member Avatar for rch1231
0
171
Member Avatar for chaitran

hi friend,i need to write php script for automatic email remainder..............any one can help me.

Member Avatar for makman99
0
62
Member Avatar for cliffcc

I have installed the smtp server and Xampp Warning: mail() [function.mail]: SMTP server response: 550 Invalid recipient: [email]xxxx@yahoo.com[/email] in C:\xampp\htdocs\emailtesting.php on line 4 [CODE] <?php ini_set("sendmail_from","xxxx@yahoo.com"); mail("xxxx@yahoo.com","Success","Thanks", "From: yyyy@yahoo.com"); ?> [/CODE]

Member Avatar for cliffcc
0
195
Member Avatar for WASDted

I just applied. Get yours before someone else takes your name: [url]http://apps.facebook.com/livemsgs/[/url]

Member Avatar for youwill
-1
155
Member Avatar for lee94

I am trying to make a form and send all the entered fields directly into an email to a specific email account. if any one knows how to do this or can point me to a site that can help me i would be extreamly grateful thanks!!

Member Avatar for anilashanbhag
0
101
Member Avatar for YHDown

i have a gridview with values and email addresses. it sends emails to the email addresses if it is checked (checkbox). i use arraylist to store the email addresses and the values in the rows as content in email. how to check through the arraylist? if the 1st address is …

0
62
Member Avatar for arul jeba

Hi friends i have to present a paper with topic "E-mail Security" for that i have to know some thing about "Hacking emails and today's technology in it" But i didn't found any good resource.Will anybody help me.please

Member Avatar for arul jeba
0
176
Member Avatar for s1Lolz0rz

I know there is a lot of threads already on this website, but I cant find any that remotely looks like it'd be help to me. I am getting frustrated over this bit of code error. Any help would be appreciated. php line 64 [CODE] $emails = $_REQUEST['email']; $data = …

Member Avatar for diafol
0
225
Member Avatar for Dragonbaki

Hi experts.,:) I have tried to send mail using silverlight application and now i am very much tired because of can't get it correctly.... I wrote a Web Service for sending mail as like below. [CODE] using System.Web.Mail; MailMessage msg = new MailMessage(); msg.From = emailFrom; msg.To = emailTo; msg.Subject …

Member Avatar for Dragonbaki
0
150
Member Avatar for tcollins412

i have a script that sends an email to cellphones: [CODE=html] <form name='celltest' method=post> <input type=hidden name=cellsubmit value=yes> <tr><td rowspan=1>Mobile Phone: <input type='text' class='efield' id='phone' name='phonetest' style='width: 200px;'></td><td style='padding-bottom: 15px; padding-left: 3px;'>&nbsp;<a href="?ref=ea&dotest=1" class='eap' style='width: 50px;'>Test</a></td></tr></table></td></tr><tr><td style='font-size: 12px; text-align: left; padding-top: 2px; padding-left: 35px;'>Provider: <select name=provider class=efield style='width:258px;' id='provider'> <option …

0
132
Member Avatar for Erek4

Just curious to see if anyone knows how to do the following: 1) Create a link on a webpage that will send an email. (Already Know this) 2) Put information in the body of that email. (Have an idea of how: body= 3) Here is the kicker: Keep the signature …

Member Avatar for jlego
0
77
Member Avatar for GreaseJunkie

Hi, I've looked around and cannot find an answer to this. I want every email that comes in to a certain email address to get stripped of everything but the subject and email address and get stored into a MySQL database. First, is this possible? If so, how? If someone …

Member Avatar for GreaseJunkie
0
261
Member Avatar for sun-tzu

It is by now a well known fact that you can send a text to a sms carriers sms gateway email and the person on the ohter end will get it as a text (e.g. [email]XXXXXXXXX@vtext.com[/email] - Verizon). However, for some reason I am not able to receive mail from …

Member Avatar for sun-tzu
0
165
Member Avatar for CathyP

Hi, I have a small business and am looking for an encryption system for my files and email that doesn’t change the end user’s experience. The ones I’ve seen online require the end user to log in, download this, etc. These are my clients so I don’t want to add …

Member Avatar for jholland1964
0
66
Member Avatar for sun-tzu

I have been fighting with my server for days. I am trying to get postfix configured. I have it currently so that it can send mail, but receiving mail is a different story. This is my main.cf file: [ICODE] # Please be sure to read the /usr/share/doc/postfix/README.MDK file # to …

Member Avatar for davidchilders
0
242
Member Avatar for aithabuddy

I have code here for a form that submits the data to receivers email. When I click the send this form button, it submits the email to receivers address. Following is the code that i'm using to send email [CODE]function send_mail_users($myname, $myemail, $contactname, $contactemail, $subject, $message) { $headers .= "MIME-Version: …

Member Avatar for aithabuddy
0
216
Member Avatar for WASDted

Hey folks, I've noticed for a while now that I have not been getting my daily updates via email for forums that I subscribe to. The only exception is Geek's Lounge. I've subscribed to a number of forums and chose to receive a daily email but for some reason nada, …

Member Avatar for WASDted
0
242
Member Avatar for arklow

Hello to all! First post...stand back give the newbie a little room. No telling what might happen..... OK here goes.... I own have a small home network and have recently developed a small problem to go with it. I cannot access my Hotmail or Yahoo email on any of my …

Member Avatar for gurumandir
0
1K
Member Avatar for cycleFun

Hi all, I re-post my previous thread I sent 2 days ago, because I am still having this problem with a php email application: the code works fine, sends email messages and picks up the attachment and its path as well, but instead of placing the attachment to the attachment …

Member Avatar for diafol
0
261
Member Avatar for cycleFun

Hi All, I am new to PHP but I have to do a coursework: developing PHP email application. I am having problems with the attachment part. The code seems to be working but displays the attachment in the message body in a weird format: //message body starts boundary="==Multipart_Boundary_x22107cafc856a68ba80ff666963b34edx" This is …

Member Avatar for tinymark
0
255
Member Avatar for Kumar_cr09

Hello....Myself kumar..Am doing a automation code where am testing few test cases one after the other and storing the result(whether the test is passed or failed) in a result.txt file.Now what I have to do is after the test completion i want to send that file to my mail id …

Member Avatar for Kumar_cr09
0
99
Member Avatar for johnspill

anybody know how to email 1976mb of vhs to people? gmail will not do it.

Member Avatar for Reverend Jim
0
100
Member Avatar for pavankumarr

Hi Everone!! I want to send Automated Emails every quarter to remind the user of specific task. I want to write in ASP.Net without using Windows Services. Can anyone help me regarding this. Please provide Sample code for this Automated Emails. Regards, Pavan Kumar

Member Avatar for alamimranster
0
103
Member Avatar for abhi10kumar

I have index page having contact form, I want to send contact form's detail into an email. How I can send email without refresh the page.

Member Avatar for joeyxaza
0
57
Member Avatar for TheDocterd

Me again :) Seems like this problem will never end.. All works fine in my code, except it doesn't REMOVE the email addresses that are NOT 2 days behind. In my messagebox it displays all the ones that are behind, so that means I only want those in my 'to' …

Member Avatar for AndreRet
0
133
Member Avatar for TheDocterd

Hi All I want to use a template that should be used in my email function of my application. Below is my code so how should I modify it so that I can use a template instead of having to everytime type in the body of the email. Thanks in …

Member Avatar for AndreRet
0
182
Member Avatar for wd3bbas

Hi How can i send message from my site By another mail server with the knowledge that I do not have mail server

0
81
Member Avatar for tomjrjones

hi, i have a current working registration page, (the code is below), how do i make it so when they click register it checks to see if its a valid email address, if u cannot help me can u give me a link to a website. this registration form creates …

Member Avatar for tomjrjones
0
214
Member Avatar for axman1000

I have a task. I will be receiving anywhere between 1 and 4 files daily from one single email id. I would like to extract these attachments, save it to my local drive, and then, extract the data from there into a database. I do not/will not be using Outlook …

0
107
Member Avatar for bonucci

hi there guys, i have right a email form, and it works very well, but im having some trouble whit something, how can i make it possible to have a attachement file whit him, take a look of my code please: [CODE] <?php $nome=$_POST["nome"]; $morada=$_POST["morada"]; $CodPostal1=$_POST["CodPostal1"]; $CodPostal2=$_POST["CodPostal2"]; $localidade=$_POST["localidade"]; $telefone=$_POST["telefone"]; $email=$_POST["email"]; …

0
46
Member Avatar for maxelcat

Hi Am trying to get email sending right from a form - am getting mighty confused! the form has a field where the user enters their email. I then want this form to goto these addresses: users email - called $email below conferences@domainOne admin@domainTwo Here's my php: [CODE] $email = …

Member Avatar for itisnot_me
0
129
Member Avatar for SolidSolutions

I've got a simple link that opens a mail message: [CODE]<a href="mailto:help@solutions.com"[/CODE] If I select a new mail message in Outlook, it opens and works fine, using the "Normal" format style for the body text. But, with the mailto: link, it opens a new message using "Paragraph" format style for …

Member Avatar for floatingDivs
0
450
Member Avatar for firoz.raj

Can anyone tell me .How should i download all the emails from gmail into outlook express.so that if i want to see the latest email of gmail. i simply connect with internet with the help of Nokia handset.and download the email in outlook express.and disconnect from internet after downloading email

Member Avatar for firoz.raj
0
217
Member Avatar for newbiecoder

Hello I am trying to write a form that checks user mail address by existence of "@" character. I wrote these codes below but when I enter information at the html file I get this warning: Notice: Use of undefined constant mail - assumed 'mail' in C:\xampp\test\send_simpleform.php on line 2 …

Member Avatar for newbiecoder
0
147
Member Avatar for oree

my problem is when i compose an email in html i get mail@127.0.0.1 as a sender. if i take off the HTML format then everything is ok. Here is the headers: [CODE]$headers = " From: mywebsite.ca" . "\n" . "Replay-To: Do Not Replay". "\n" . "X-Mailer: PHP/" . phpversion(); $headers …

Member Avatar for oree
0
152
Member Avatar for ayesha789

Dear All I have 2 Pages smtpAuth.php contents.php When I use this code [CODE]$body = file_get_contents('contents.php'); $body = eregi_replace("[\]",'',$body);[/CODE] It cannot show PHP variables values in Send email. Content.php file attached as contentsphpfile Whole HTML working fine but PHP DataBase values are not showing in Email.

Member Avatar for urtrivedi
0
185
Member Avatar for Violet_82

Hi there, today I have written my first PHP script (and it even works, how cool!) and I have few questions. Here's the script [CODE]<?php $to = "myemail@myemail.com"; $subject = "Comments on page"; $message = $_POST["comments"]; mail($to,$subject,$message); echo "Thank you for sending your feedback. That will help me improve the …

Member Avatar for Violet_82
0
184
Member Avatar for rajeesh_rsn

Hi , I am maintaining a Real Estate Web Portal and I need to Send Bulk emails when a new property added or any specials in my site. I collected lots of mail ids from my database up to 3000 users and i tried to send using "Mail" function using …

Member Avatar for QuadRaKore
0
125
Member Avatar for danishbacker

Hai, Im am using nokia e51 I want to set email notification my phone, but the problem is when is set password in phone it is leaked by some spyware in my phone. This happened two times. If i had set my gmail in phone the very next day gmail …

Member Avatar for danishbacker
0
176
Member Avatar for Joe34

Alright here is my code... [CODE]<?php $Connect = mysql_connect("","",""); $DB = mysql_select_db(""); if(!$Connect || !$DB) { die("MySQL Error #1! Try Again Later!"); } if($_POST['car'] == "Alltel") { $To = $_POST['num']."@message.alltel.com"; } if($_POST['car'] == "AT&T") { $To = $_POST['num']."@txt.att.net"; } if($_POST['car'] == "BoostMobile") { $To = $_POST['num']."@myboostmobile.com"; } if($_POST['car'] == "CentennialWireless") …

0
81
Member Avatar for Tehim

Basically I'm making a script that sends the user an email on register and they have to click a link in the email to activate their account. But in my activate page their seems to be an error in my coding and I've checked it over but I can't find …

Member Avatar for Tehim
0
370
Member Avatar for Sahilsahni

Hi am kinda stuck here, so please if anyone could help me,i have 2 domains working on same hosting, one is Main Domain and other Addon, am using mail() function in Addon Dowmain website. everything is working fine, problem is script is running on addon domain but when people get …

Member Avatar for d3rck
0
299
Member Avatar for 3825

I would really like to be able to read notification emails on my phone (email to sms). However, my email preferences on daniweb are currently set to html, as far as I know. Could someone please help me change it to plain text? Is it even possible? Thank you.

Member Avatar for 3825
0
216
Member Avatar for jenni87

Hi, Iam sending email campaigns to our customers through our SMTP Server. Is there a way to directly remove the email addresses of the users to whom the email has been bounced directly from the recipient list database. Is there a software that could do this. Or can it be …

Member Avatar for chrishea
0
83
Member Avatar for GreaseJunkie

Hi everyone, I have a project I'm working on where I am collecting data for a client on a form I host. They use "MailApe" (you know who I'm talking about), who aren't a very helpful group of monkeys. I need to collect the data to my db from my …

Member Avatar for GreaseJunkie
0
225

The End.