Sending (text Or Html Version) Messages Using JMail

I have that form that send email to subscribers. Even if the specified option is set to "TEXT" I still see the HTML coding in the message... Tho when I look the source of the message I see "X-Mailer: JMail 4.5 by Dimac

Content-type: text/plain; charset=iso-8859-1: and all the <br> code are that way : <br=3E

my jmail code:

View Replies


ADVERTISEMENT

CDOSYS - HTML And TEXT Messages

Is there a way for me to send TEXT-only (i.e. no HTML) email message via
CDOSYS in ASP 3.0?

View Replies View Related

Sending Email Both As Html And Plain Text

Is it possible to send email both as plain text and html in the same email
using asp?,,,if so...how do you do it and what do you need to set up to do
it.

View Replies View Related

Sending SMS Messages

does anyone know whether it's possible to send an SMS message to a UK mobile phone through an asp script on a website?If so, do u know anything about whether you need to pay the network operator etc.

View Replies View Related

Jmail Not Sending Outside My Domain

I'm trying to send an email to customers with their order information. I thought I had it working because I had been using my email. But when I changed and use an email outside of "______@faceproject.org" I get an error that says it cannot be found.

Here is my code:....

View Replies View Related

Sending PDF Attachments With JMail?

for some reason i cannot send PDF's as an attachment, every other file type i try sends fine, but not pdf's..

could anyone please tell me why this is, and if there is a work around for it?

I'm running JMail 4.7

View Replies View Related

Sending Attachment Using JMAIL

I have problem sending attachment (word document) using JMail. Here is my asp file: Code:

View Replies View Related

Sending Instant Messages

I've looked all over the www for an answer to this, but all I have found was an example on 4guys to send IM's. The problem is that they use Application variables. Is there a way to connect to existing IM services such as MSN and send IMs?What I want to do is send our CSRs an IM when their manager assigns a job to them through a management console I built.

I saw some stuff on Toast pop-ups with .NET on windows messenger service, but that's a little too deep for me. I would love to implement something like this, but I suspect that sending IM's through the Internet isn't going to be an option because of the spam implications. You can get server software like sharepoint to handle this type of stuff, but cost is a limitation.If there is an alternative solution, I would love to hear it. I am also open to .NET options as well.

View Replies View Related

Sending Dynamic Messages Using Asp

How do I use AspEmail with MySql to generate dynamic emails? For Eg: In the code below, assume the 1 to 100 comes from a Database. In this case how can I have a message with the body "Thank You for your Business" 100 times? Code:

View Replies View Related

Newsletter Sending With Aspemail Or Jmail

Is there a way to send a newsletter to 14.000 addresses using an web-sending email aplication like Jmail, ASPemail or others? Ill tell you the whole problem, my friends. Im responsable of sending the newsletter, and my life is travelling from one city to another.

I dont have any notebook, so it would be very helpful if I could make (or use another's) aplication in where, using a user & pass, I could enter to a site and run "send" and then quit.

View Replies View Related

Simultaneously Sending Messages To Access

I'm having this asp application where the visitor is able to send a message to an Access database.. This works great (with the code below). Code:

View Replies View Related

Sending Data Info With Jmail Page.

I have a SelectBoxes.asp page that is working with multiple selection
dropdown boxes to extract data and total the selection prices.
Tom & Bob were kind enough to give me a big help getting this page
working and it's working just fine, no problems with this page.

However I then would like this data e-mailed using jmail (my host insists
on this method) and that is the function of the sendEMail2.asp page.

This is failing and only giving me a HTTP 500 - Internal server error and
I'm at a loss as to what's wrong. Code:

View Replies View Related

Sending Double Byte Characters Via Jmail And Javascript

In dreamweaver using javascript I've developed a page that sends the form's contents via Jmail to the user. It works fine until i try to send double byte characters(i.e. japanese). It sends the email but once i open it up in a mail client the text is illegible. My mail server and mail client never has problems sending and recieving double byte characters, the only time this problem pops up is when i send an email from an ASP page via Jmail. I've tried sending the email in plain text and html but it hasn't made any difference. Here is the code I've been using: .....

View Replies View Related

Jmail 3.7.0 Sending Sessionid With Hyperlink Email Body

I use jmail to send email. Version 3.7. I want to send hyperlink in the mail body with sessionid variable. But I dont know how to concatenate it.

Here is the example which dont work.....

View Replies View Related

Trying To Get My JMail HTML Message To Work With My Site

I have been trying to get the JMail.GetMessageBodyFromURL
"http://mydomain.com" command to work, but all I get back is a very sparse
HTML message in MS Outlook 2002 on WinXP SP2 UK.

I've checked and made sure that Outlook can accept HTML emails, but the
problems I am experiencing are:

a) The placeholders are there, but none of the pics come through.

b) The external stylesheet has gone out the window.

c) If I click on any of the links a dialogue appears asking where I want to
save the exe.

I have a feeling that problems (a) and (b) relate to the fact that the paths
are relative to the site and Outlook needs the absolute, but how can this be
easily corrected without changing the whole site?

View Replies View Related

Text Messages

I have recently created a mail site as a part of the local intranet. the problem is that as i insert textarea message into the database, everything goes on fine.. but if i try to insert a text with single quotes(eg apostrophes) like vivek's into the database, it gives an error message. i know this is happening because of unmatched quotes in the text.. but i am unable to debug it.

View Replies View Related

CDO Question -- Generating Email Messages In HTML Format

CDO is perhaps the most obscure art in web programming, but I hope someone
would understand my issue. I have an ASP web application that needs to send
email messages in HTML format only -- there is no plain text version. The
messages are summaries of answers that people have input into an online
survey, and need to have a tabular form.

The following somewhat plausible code does not work:

dim OMsg
Set OMsg = Server.CreateObject("CDO.Message")
OMsg.Fields("urn:schemas:mailheader:return-path") = BounceEmail
OMsg.Fields("urn:schemas:mailheader:content-type") = "text/html"
OMsg.Fields.Update

The return path header is set as desired, but the content type header
stubbornly defaults to "text/plain". What is the secret to setting that
header?

I have seen lots of code examples on the MSDN site for setting the
content-type of body parts, but it seems needlessly complicated for my
situation and doesn't work on my system anyhow (unknown ProgID error). So I
was hoping to just set the message-level header to "text/html". (If I edit
one of the messages from my script in notepad, changing the header to
text/html by hand, it then is rendered correctly in email clients.)

View Replies View Related

Jmail Jmail.SMTPMail Error '8000ffff'

I am testing JMail through ASP on my local server so I can just swap out serverAddress when it goes live to make a simple switch with our live server.

However I KEEP getting :

The message was undeliverable. All servers failed to recieve the message

jmail.dll was installed into windows/system32 and regsvr32 jmail.dll was successful.

Here's the code; I specified :

localhost:25
mail.locahost:25
mail.localhost.com:25
127.0.0.1:25

all with and without the :25 on the end. No go. Same error. Here's my code :

View Replies View Related

Sending HTML Email

I have a client that wants to send HTML based email.

Building and sending isn't a problem, but he wants to include a plain text link at the top of the email that will display if the user doesn't not accept HTML email. Maybe it is the product we are using to send the email, but there is no way to include non-HTML formatted text in the email. Is there a way to send non-HTML and HTML in a single email?

View Replies View Related

Sending HTML Mailer With SWF

I am trying to send the following HTML mail thru the ASP CDO component.

This is the HTML mail i wanna send from Page 1:

Code:....

View Replies View Related

Sending HTML Mailer With SWF

I am trying to send the following HTML mail thru the ASP CDO component.

This is the HTML mail i wanna send from Page 1:

Code: .....

View Replies View Related

Sending Emails In Html Format

I am trying to send an email from an asp page in html format unfortunately when parenthese appear in the HTML code of the page to be emailed the ASP page reads them and trys to interpret them as ASP code

<div align="center">

any suggestions?

View Replies View Related

Sending Mail With Asp From An Html Form

I need to send a form via email using ASP to my client. My form is in HTML.

I'm using method="POST" action="mail.asp"

How do I grab the fields and send them using ASP?

here's the first part of my html:

View Replies View Related

Sending Formatted HTML Newsletter

I want to build a system that sends formated HTML newsletter. Like the one we recevive from microsoft. How do we include the whole page with the pictures and style in an e-mail

I am using CDOSY

Do those developers use HTMLBody property or something else

View Replies View Related

Sending Dynamic Html Email

I am currently building an emailing system into our asp management system. From this we will be able to setup mail templates (html stored in mssql database) and select who we want to send them to.The html in the database is only the middle part of the html file being sent. All the emails are based on the same design template using a single html file to which I pass a variable saying which body to get from the database <%=writeBody%>. So far this is all working fine and the emails are sending using cdo.

..createMHTMLBody
"http://localhost/helpCentric/responseSendForm.asp?"&qString

What i am trying to do now is personalise the emails and on the responseSendForm.asp I connect to the database and create variables such as fName, lName etc.I need to be able to write these variables in the html in the database which will then display in the body using the <%=writeBody%>.As you may have guess this is not working and I dont know enough aboutthe .createMHTMLBody to work out what to do.

View Replies View Related

Creating And Sending Html Email

i have a web site built using vbasic active server scripting running on iis (it works on either iis 50 and 60, but is designed for iis 50). i know how to create a plain text email by creating a text file, with content following certain format, and saving that file into the correct '..mailrootpickup' folder, and it is working fine.

what i would like to know is how to create and send an email in html format from my server script. i will appreciate anyone who can tell me where to find instructions on
how to do this.

View Replies View Related

Sending Launching Email With HTML Attachment

Can anyone get me started or point me to a resource for some help?

I have an ASP page that displays various boxes, tables, and information. I want to be able to click an "Email" button and have the asp page save the page as an attachment (html?) and then launch Outlook and automatically attach the page to it and enter the email address of the person I want to send it to.

I can't just send a link because the page is generated on an Intranet and I need to send it to people outside the network. So, I need to save a print screen of the page and then have Outlook grab that and the recipient's email address and put those into Outlook so the sender can review and send out.

View Replies View Related

Sending Html With Picture Formated Email

I can send email in html format using cdo.message. but when i insert picture in that html tags. but that email has no pictures....

View Replies View Related

Need Help Sending CDO Email With Dynamic HTML Attachment

I'm using CDO SYS to send email messages. I can attach a file just fine.
However, I need to attach an HTML page that's generated on the fly by my
ASP code. The attachment source code gets assembled into a VB string. How
do I attach this? I think there was an easy way in CDONTS but that's no
longer an option.

View Replies View Related

Sending CDONTS HTML Email Issue

I have a web form where a client can select which site members to send
an email to.

This form is populated from the contents of the member table, so the
form can have 0-x names listed on it depending on member expiration dates.

When the form is submitted, the code loops through the form contents and
sends an email to those members that meet the selected criteria.

All this worked perfectly when I was sending text emails, but since I
changed, it sends the message correctly, but the last person gets
everyone else as well. For example, if I have three members (mem1, mem2
and mem3) to send emails to, here is what happens

mem1 gets the correctly formatted message

mem2 gets mem1's correctly formatted message plus mem2's message - one
right after the other. Code:

View Replies View Related

Html Form Sending Over Blank Data

I have a form that is being sent over to an asp page. About 5% of the time, the form fields are blank when the ASP page is reading them. But when the user hit the submit button, they were not blank, because I have client-side validation that will not allow the submit to occur if any of the fields are blank. When this occurs, all the fields in the request.form object are blank?

View Replies View Related

Sending A Text Message Through The Web

I would like to send a text message through the web using the code below. Currently, I'm trying to modify this code that sends a user an e-mail with their forgotton password.

I will not be sending a password once I get this finished. This is strictly for a demonstration I have to give for a college class. Here is my code:

View Replies View Related

Problem With CDO In Sending Formatted Text Mail

In my ASP application, i need to send a formatted text mail (i.e with newline characters).

here in my application i used a function in javascript which construts the mail body Code:

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved