4,468 Topics
![]() | |
Can someone tell me how I can accomplish this. I want the results of a form to be placed in a pdf and then added as an attachment. I am not sure if this is possible, but if someone knows how, please let me know. Thanks. | |
I have a form with a textbox where I can insert a message. Once I click a button to send message, an outlook email draft opens with my message and I can send the email from there. One problem I found was that the message in outlook doesnt accept enters … | |
Hi Guys, Any help would be appreciated here. I'm running Outlook 2003 on Windows 7. Outlook was geeting stuck and 'detect and repair' was run (under help menu). Now I cannot recover the original mailbox (inbox, sent, contacts etc etc). I've tried going into C:\...\Outlook and picking up the *.Pst … | |
I have tried to write a script that sends image as an embedded object rather that attachment OR a url link but it is not working. I am attaching the code. Please help me. | |
guyz pls i need help writting d php script for a registration form...i want all the contents of the form to be emailed to an email address i will provide here is a copy of the html code, its juss the php script i need not pls someone help [CODE]<FORM … ![]() | |
I have developed an ASP.Net web application from which I want to send an email on behalf of the currently logged in user. When attempting this I get the error message: Mailbox unavailable. The server response was: 5.7.1 Client does not have permissions to send as this sender Does anyone … | |
Hi guys, please give your views and ideas on "where can i find the best email marketing solution?" | |
I want to check if in a email textbox form field, [B]email has correct syntax, but for Mobile Browsers[/B], in desktop I used below, this will work foe Mobile Devices too? or better check this on server side(PHP)...(check second snippet)? [CODE]function checkFormtemplate() // javascript used success desktop browsers { if … | |
Im looking email members from a database where the emails are stored but also in a seperate table would be the information I want to send to them . I have this code of which i could use manually but 1. how do i get the multiple recipients to go … | |
This is for a tool I have that receives a lot commercial emails and it would only apply to that. It is not for emails that I receive from individuals with yahoo.com, gmail.com, or business accounts. I'm familiar with retrieving and parsing email headers using imap_headerinfo. I found that imap_header … | |
I have tried to connect to gmail using IMAP and specification given on [url]http://mail.google.com/support/bin/a...n&answer=78799[/url]. My code looks like [CODE]StreamConnection socket; byte serverData[]= new byte[50]; byte accountInfo[],emailAddInfo[]=new byte[500]; try { socket = (StreamConnection)Connector.open("socket://imap.gmail.com:993"); DataOutputStream oStrm = socket.openDataOutputStream(); oStrm.writeChars("Account Name:username@your_domain.com");//my account name oStrm.writeChars("Email Address:username@your_domain.com");//my email address InputStream iStrm = socket.openInputStream(); iStrm.read(serverData); String … | |
Hi all I have a forgotten password routine that returns "Email address invalid" if the email address entered is not in the database. This seems to be the general trend to notify someone that the email address doesn't exist. I'd just like to know if it's possible for a hacker … | |
I want to start email marketing and am looking for a good mass email software for the same. Can anyone suggest a good low cost or free email marketing software? Also please inform which smtp server offer unlimited emails and is reliable and ependable. Pradip Kumar Daftari | |
how to send an email remainder using local sql server in my own system. | |
From about three weeks ago, on only my most heavily used email account (it has around 75,000 emails in it and gets around 200 emails each day), I was only able to download 4 emails at a time. Then it would stop. I would click "Get Mail" and it would … | |
Hello daniweb, I'd like to know if it's possible for a newsletter to check which email client is rendering the content and based on which one it is, it would create a link for the best possible viewing solution. For instance, if someone has Outlook 2003, I want to create … ![]() | |
I've searched as much as I can, for the previous two weeks between projects, and have yet to find a clear answer (I'm still new to C#, so what's clear to most does not apply.) Our website has a member login and then members can update various contact information for … | |
I receive a email and the file is wmz. form, I would like to how to open, is anyone can help me, because is quite important to know what is it about inside that file. Thanks | |
I have created log in system with your log in script . In that when the user completes the registration process an auto reply(auto-reply@domain) will generate and sent this to users email id regarding about the user name and password (Lo gin Details). After formal approval from the admin the … | |
I think this is probably a very simple question but I just couldn't find the solution! I have a procedure that handles sending emails. It currently only handles a single email recipient. I want to extend it to handle multiple recipients. I've worked out how you add email recipients to … | |
I have an html form with multiple text fields that when submit is pressed, a php file processes the form, storing submitted info into mysql database, then sending email with same data. I would like to know how to: 1) make some fields required, check the form to make sure … ![]() | |
I have a form that is a calculates an estimate for the user. [icode] <form method="post" action="php/pricing.php"> <table id="pasa"><tr> <td>Number of Pages?</td><td><textarea name="pages" value="" rows="1" cols="5"/> </textarea></td></tr></table> Can You Provide the following content?<br> <table id="pasa"><tr><td></td><td>Yes</td><td>Some</td><td> No</td></tr> <tr><td>Pictures</td><td><input type="radio" name="pictures" value="0"></td> <td><input type="radio" name="pictures" value="25" checked></td> <td><input type="radio" name="pictures" value="50"></td></tr> <tr><td>Literature</td><td><input … | |
Hello I come to you today with a question i have not been able to find answer to this anywhere on the internet. I want to be able to send an Email through a Gmail account Using C++. And i cannot be persuaded to move to a different language to … | |
[CODE] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Net; using System.Net.Mail; using System.IO; using System.Net.Mime; namespace Postcards { public partial class Form1 : Form { //String pathti; public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { //String … | |
hi, I need database for US email address. | |
i can't figure out how to get recaptcha to work with my code properly and i'm just learning to code i was wondering if anyone could help with my coding. heres my code below and thanks in advance. [CODE=php]<html><head> <meta name="GENERATOR" content="Evrsoft First Page"> <style>#conash3D0 { DISPLAY: none } </style> … | |
Right, I'm new here so many appologies if this is a duplicate thread. I cannot open McAfee, MSN and various sundry programs. I've done the normal with SpyBot (love that program) and have no positive result to speak of - basically, I'm flumixed. It may be down the amount of … | |
How do I open a .mim file? Recently, I sent an email from work to my home. The file was a Microsoft Word document. The file was sent through Internet Explorer. After downloading the file there was a prifex of .mim I only have Stuffit Deluxe from Aladdin Systems and … | |
Hi, i'm new about PHP, and i try to insert the PHP Upload script in the php mail, but somehow i don't get it to work! :) [B]this actually goes to header:[/B] [CODE]<?php if(isset($_POST['submit'])) { $errors = array(); $allowed_filetypes = array('.pdf','.zip','.rar'); $max_filesize = 52428800; $upload_path = './uploads_SS/'; $filename = $_FILES['userfile']['name']; … | |
Hi everyone! I'm a newbie here. I have a problem: I need to create the address book in python that include name, phone number, email, address, etc...The information in the address book can able to delete or change. I will give more information later! Can you help me? I need … | |
Hi guys, i'm working on a newsletter that i will be sending out to clients, it works like a charm if i preview it in the website, however it doesn't look good in the email. to make it clearer, i attached 2 jpg files, good and bad please take a … | |
I am new to vb . Now i wan to create a standalone program to send datagrid data via email . izit any way to send the datagrid to email body ? below is my code. [CODE]Public Class Form1 Dim oLapp As Object Dim oItem As Object Private Sub Form1_Load(ByVal … | |
Hello, I'm following this script [url]http://evolt.org/PHP-Login-System-with-Admin-Features?from=2450&comments_per_page=50[/url] and it uses username to sign up. I was wondering if anyone can help me out in figuring out what to change in order for the user to input the username to email sign in. I know how to change the main.php where you … | |
I have a php page with two hyperlinks. I one to send email to certain addresses and the other to also send emails to another address and also delete their records from the database. I don't want a case where the user accidentally clicks on the link takes the wrong … | |
Hey everyone This is my first post on DaniWeb. The info on here is great!!!! Ok here is my question. I am self hosting a website on one of my computers running MS Server 2003. Using ZoneEdit.com I am able to port forward to another port my web server is … | |
I want to send mail from an asp page. The asp page is called from a html page. The sending mail using CDOSYS and CDO is not working properly. When i call the asp page from html page, the script for sending mail in the asp page is getting displayed … | |
I am trying to send mail for "Tell a friend" link in my website. I am using Gmail's SMTP Connection settings as Mail() is not working properly for my web host. In the code i am giving my username & password so send mail via my mailbox. But is it … | |
Hello everyone, I have created a text generator that acts on certain factors. I want to send every generated sentence via e-mail to a user but I noticed that everytime I send it, I encounter some problems. Below I show my code and under my code, I will describe the … | |
Hey guys, I'm a total newbie with this PHP stuff but i'm stuck with my page that allows people to sign up to my mailing list. Every time you press the "Submit Query" button on the form it brings up the option to download the php file. Have been working … | |
Hello ! i have created an application , and i need to send emails to different adresses.I want to do this inside my application without automating email software like outlook etc. I have used CDO , and different activex like ostrosoft , chilkat etc .But is the same problem : … | |
Hello everyone, I am running Exchange 2007 and outlook 2003. I have a user who created a folder and filled it with emails. She then wished to send the entire folder to another user. Is there a simple way to transfer the folder from one mailbox to another? Thank you. | |
Hi I need a solution for sending an email newsletter to a database of clients. Is there a script which will allow me to do this. I have read a lot about servers timing or my browser doing the same... if the script executes for too long. I am looking … | |
I HAVE TO WRITE A [B][U][COLOR=Red]STOP AND WAIT [/COLOR] [/U] [/B] ARQ FOR MY NETWORKING CLASS I WAS WONDERING IF SOMEONE COULD GIVE ME SOME HELP I HAVE SOME CODE ALREADY IF ANY ONE WOULD LIKE TO SEE IT. ANY HELP WOULD BE REALLY NICE. I REALLY SUCK AND PROGRAMMING … | |
I know I am probably missing something small but I can't seem to get it running I need to send an html email for newsletters and on registration But it needs to be authorised so it doesn't get marked as spam or filtered. here is what I have so far: … | |
First of all, please check out my other post. [url]http://www.daniweb.com/forums/post1318472.html#post1318472[/url] Ok, hello everybody! I have a question that should be pretty simple. I have a php page that will send an email. I got that all working fine. [CODE] <?php $to = "reciever@example.com"; $subject = "Test Subject"; $body = "Test … | |
Hello everyone, I have an issue with an installation of Outlook 2007. I am also running Exchange 2007. On this client PC whenever I authenticate (it asks for username and password since this PC is not a member of the domain) Outlook freezes. I have other non-domain PC's that work, … | |
When customers submit bookings on my website [url]http://www.n-v-m.co.uk/Booking.html[/url] most of the time the booking goes through fine but sometimes I get completely blank bookings sent through (even when I know the customer has filled the form out). Does anybody know why this could be happening? It is a very rare … | |
Hi - new to ASP... I have a form with a dropdown list. Based on what option is selected I want the form to be send to different email addresses. Sample code I have is: [code=asp]<p>Gender: <br> <select name="gender"> <option selected value="">Choose....</option> <option name="gender" value="male">Male</option> <option name="gender" value="female">Female</option> </select> <% … | |
good day! i can't send an email in php. i have this code: <html> <body> <?php mail("jjemphoung@yahoo.com","Testing","Hello","From: [email]flatOne@yahoo.com[/email]"); ?> </body> </html> when i run this the output is Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use … | |
Ever missed an appointment or important email because you were away from your desk? Now Google Mobile App can help with push notifications from your Google account to your iPhone -- an icon badge shows you’ve got new mail in Gmail, and Google Calendar event reminders appear right on your … |
The End.