I'm attempting to do some simple lead form logic with PHP Mailer.
I need to send mail to several different email addresses conditioned by the email's subject line or if possible, several conditions such as certain select and text area fields.
Any help would be greatly appreciated!
Search Result
Collapse
13 results in 0.0039 seconds.
Keywords
Members
Tags
-
Why some mails sent through asp.net web application goes in spam?
I have a asp.net web application through which I am sending mail to my website users.
Sometimes the mails i sent goes in spam for some users.
Most of the times this thing happens in case of yahoo or rediffmail users.
Is this problem with the .NET or this happens due to any other issue?
Please help me regarding this.....
Thanks in advance. -
How to Send an email using PHP for Beginners
Perhaps you've wanted to create a 'Request a Quote' or a 'Contact Us' form for a client you have, but didn't know how to get the information from the user to your client.
Using PHP's mail() function, we take the user's inputted data and send it to our client's email address with minimal effort.
Let's assume we have a contact form with the following markup:
Code:<form action="send.php" method="post"
-
How To Redirect If Already Submitted?
Hello, I am trying to figure out how to redirect users from accessing a form if they have already submitted it within the past hour. I am trying to figure this out because the TOS with my hosting company state that I cannot send over x amount of emails per hour. This form is made to send out to a distribution list and if it gets submitted twice within the same hour, I will be breaking the TOS. What should I do to prevent the form from getting submitted... -
Sending email: SMTP name no match error
Currently i am doing my system with the form application.
In my system, i need to make an email function.
Then, I try to use smtp but i get an error message about "SMTP name no match". is that i miss of some important part?
Or, Is that any way for me to do it?
Do i need to add any reference in order to make it works? -
How to send email via PHP when ISP blocks port 25
I need some help with php mail my isp blocks port 25 so I am having a real hard time to get anything working.
I try a program called sendmail and i can not get it to work, heard of a script called phpmailer and not sure how to install it.
Running a webserver on localhost
Server: IIS 7.5
PHP: php 5.3.2
Can some one help me to get my phpmail to work? -
select the correct textbox
I'm designing a form to send e-mails , have 2 textboxs and a listbox with the list of my contacts, making double click to the item in the listbox , the item should be added to the textbox where the cursor is already , the problem is when i choose the second textbox , the item is still being added to the first textxbox , this is mi code
Code:Private Sub lstcorreo2_DoubleClick(ByVal sender As Object, ByVal e As System.EventArgs) Handles
Last edited by tlhintoq; Mar 12 '10, 08:26 PM. Reason: [CODE] ...Your code goes between code tags [/CODE] -
how to send email from a contact us page (asp.net in VB environment)
how to send email from a contact us page (asp.net in VB environment)
Can anybody provide me the exact code for it?
Thanks -
message system..
hi all, i want to add a mail system in my website. As features, i want the users to log in and send message that will be stored in a database most preferably ms access. the other user will log in and view message. can you please help me with the asp source code?? thanks in advance! like this site has inbox facility. -
HTML email shows as text plain
I'm having trouble with e-mail sending, I mean, the website is suposed to send a confirmation email after sign up, but it gets like text plain instead of HTML
May someone help me, please?
Here's the code
Code:<?php require_once 'path_cnfg.php'; require_once(path_cnfg('pathToLibDir').'func_common.php'); require_once(path_cnfg('pathToLibDir').'func_checkUser.php');
-
PHP form/script for executing email "send to a friend" forwarding
Hi,
I am building email marketing framework, my email templates go out to clients and I wish to include a "send to a friend" or "forward to a friend" link in the outbound email.
I want to track the numbers that take this option, which is no problem, I would just like some guidance on the php mail component of the scripting as I can grab code snippets for the web landing page form.
Any... -
afromanam started a topic answer to http://bytes.com/groups/asp/58305-setting-message-priority-cdosysin ASP Classicanswer to http://bytes.com/groups/asp/58305-setting-message-priority-cdosys
Just in case anyone is interested the code should be
Code:<% Set myMail=CreateObject("CDO.Message") myMail.Subject="Sending email with CDO" myMail.From="USERNAME@SERVER.COM" myMail.To="USERNAME@SERVER.COM" myMail.TextBody="This is a message." 'myMail.AddAttachment "c:\mydocuments\test.txt" myMail.HTMLBody = "<h1>This
-
intermittent sending form using PHP
Hi there -
My partner and I are new to PHP and were very happy with the enquiry form we created yet it only works sometimes. It was brought to my attention when a prospective client called us after she submitted an enquiry and hadn't heard anything from us. Sometimes it works and sometimes you hit submit then the 'thank you for contacting us page' appears with 'function.mail' underlined and in blue in the top left hand corner - when this...