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


ADVERTISEMENT

Building An ASP Site Using Dreamweaver - Can Html Site Be On ASP Server?

I am to build a site onto an ASP server. Anyone here used Dreamweaver and is it just a simple matter of opening up a new ASP page in Dreamweaver and build the site like you would normally do with a HTML page and it will handle the ASP coding accordingly and you can just simply upload it onto an ASP server and it will work?

The site I am to build is basically just a standard html website, but my friend wants me to build it for an ASP server so he has asked me to make sure it is an asp site so I am presuming with the extension .asp

If I build it as a html site to begin with, will converting it to asp be hard. Could I just export my pages into asp or is there more to it?

Can a Html website be loaded and working on an asp server or host?

Is it possible to have a site mixed both html and asp, eg. the home page is html and when you click on shopping cart on the home page it goes to a hopping cart page thats .asp or do they all have to have the same extension.

View Replies View Related

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 View Related

ASP Site Wont Work On Webserver

Ive build an asp website which works on my local machine and also works when i upload it to other web spaces, but when i upload to one web hosting space - it doesnt (which also happens to be where the client wants it to be).

There are other asp sites running from that location too - which just puzzles me. Would it be something to do with that i use dsn less connections and the other ones use dsn?

View Replies View Related

Site Message

how do i leave a message for users when the db is u/l?

eg, site updating please try again in a couple of mins...

View Replies View Related

HTML Doesn't Work For FIREFOX

I don't what is wrong my site but some of my members cant view it on
firefox. I been browsing the net for answer but i havent find the
solution. Some said add

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"which
was already there when i first started. Everything is find on internet
explorer.

View Replies View Related

Making My Bookmark(HTML) Work In Emailbody ASP

Ik made some code but i can't get it working.When i view the source of the emailbody the HTML is correct but nevertheless it doesn't work. Code:

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

HTML Message Via CDONTS

I am trying to use CDONT to send a HTML message, but on the receiving machine it just shows the code in the message. Code:

View Replies View Related

Very Important Message Sent Has To Be HTML Rich (CDO)

i have created a simple asp page with sendimg mail using CDO and the message that will be sent must be HTML rich how to do that.

here is my code for the email section:

Set myMail=CreateObject("CDO.Message")
myMail.Subject =Request.Form.Item("lstSubject")
myMail.From = Request.Form.Item("txtEmail")
myMail.To = Request.Form.Item("txtEmail") &",emansalem@hotmail.com"
myMail.HTMLBody = Request.Form.Item("Comment")
myMail.Send 'commands CDO to send the message

View Replies View Related

Render Dynamic Site As HTML

I have a database-driven site which I'd like to render down to HTML. Can anyone recommend a good (preferably free) tool to do this?

View Replies View Related

Posting Form Variables From Site A To Site B

I have to pass form data from my site to another organizations site using POST method... how exactly do I do that? Im familiar with how to do it within a single site/domain, and cant use querystring... I dont know where to begin.

View Replies View Related

Site Search Powered By Google Site Map?

Whenever I do a site that is mostly static but with some semi-dynamic
sections, I've struggled to find a good site search solution without
paying for a hosted search service.

I like the FSO-based search engines, but they fail to pick up on some of
the dynamic part.

I was just creating a Google sitemap and it made me wonder: has anyone
created or seen a script that uses the XML Google sitemap to power a
search engine for your own site?

Seems like if you were keeping it updated for Google, why not use it for
your own site?

View Replies View Related

JMail

I retrieve data from a database and I put the data into an array. Afterwards I want to send these data as an email using JMail. The problem is that I receive the following error when I am trying to send the email: Variable uses an Automation type not supported in VBScript. On the other hand if I try to print them on the screen there is no problem.

View Replies View Related

Jmail

I am running into a wierd error while using W3jmail. The error is: Error Is:

jmail.Message (0x8000FFFF) The message was undeliverable. All servers
failed to receive the message
/reclaim/app/email/WA_Universal_Email/JMail_VB.asp, line 126

The thing that is wierd about it is the fact that the email sends even though the above error is displayed. Has anyone run into this before? or have any suggestions on how to eliminate the error?

View Replies View Related

W3 Jmail

I got Jmail to work fine. My problem is I need to send an email based
on somthing a customer submitted. When we receive the submission in
our system an auto-receipt email will be sent. What I need to have
happen (and cant figure out) is that email to include what was received
not just a on liner saying it was received. The information is pulled
from the db with a query. Anyone got any suggestions?

View Replies View Related

Jmail Newsletter

I am currently trying to code a newsletter script with asp using jmail. I've seen hundreds of examples on the net that accomplish this but there is only one problem they all use a do while statement that sends one email at a time. When I do this the server times out because my list is so long. So I have been trying to write a scrip that uses the BCC function to send one email to everyone at once. Unfortunatly I can't seem to get it to work. Does anyone have any ideas how I can do this?

View Replies View Related

JMail Expert

I'm using 20/20 Applications Pure-ASP Upload. It works great as far as uploading the files to my server. Now I have another question. Can you tell me how to attach the file from my server to the email. What I need to happen is when a user attaches a file, the files is uploaded to the server and then when they click on finish the email is sent with the file attached to it. I'm using the JMail function....

View Replies View Related

Jmail Loop

I am some what new to asp and programing. I have put together this code, so I can send out a mailing list to some users. The code looks and seams to run fine. But I dont receive any test messages during when I execute it. it's like the SMTP sever is not sending the emails....

View Replies View Related

Jmail - Every Email Is From A@p.com

I can get it to work with following code:

<%
Set JMail = Server.CreateObject("JMail.SMTPMail")
JMail.ServerAddress = "smtp.stormvision.co.uk:25" ' change this to your mail server

JMail.Sender = "a@p.com"
JMail.Subject = "Enquiry"

JMail.AddRecipient("marcus@stormvision.co.uk") 'here type in your email address again

JMail.Body = ("Email : " & Request.Form("Mailto") & vbcrlf)
JMail.appendtext("Full Name: " & Request.form("Name") & vbcrlf)
JMail.appendtext("City : " & Request.form("City") & vbcrlf)
JMail.appendtext("Telephone : " & Request.form("telephone") & vbcrlf)
JMail.appendtext("Postcode : " & Request.form("postcode") & vbcrlf)
JMail.appendtext("Comments : " & Request.form("comments") & vbcrlf)
JMail.Priority = 3
JMail.Execute
%>

The trouble is says that every email is from a@p.com

So i modified the JMail.Sender line to

JMail.Sender = Request.Form("Mailto")

But am struggling to make it work.

View Replies View Related

Jmail Professional

I'm developing a web site with email capabilities: I have tried the free version of Jmail, now I need Jmail Professional but still don't want to buy it before having the chance to try it....

View Replies View Related

Jmail Attachment

I have a web page coded in ASP VBScript which sends a html email using the Jmail.SMTPMail object.

I am trying to attach a .csv file to the mail but when i get the mail through it won't display. It just shows this in the mail body...

This is a multipart message in MIME format. ----NEXT_BM_46A46859F09247848CB1A7C3EBE06AC2 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: Quoted-Printable

Here is my code ....

View Replies View Related

POP3 & JMail

I am hoping to use JMail to read pop3 mailboxes via an ASP page. I have a tutorial from the website (http://www.dimac.net/Websites/dimac/Website/Products/w3JMail/{C7EFB42E-5C6C-49D4-91B7-00C7E9388A96}?exId={553CC37F-7EB7-4D47-907C-1B75FE043B03}) but can't get it to run on the server. Does anyone have any idea why this code will not run?? I have entered the correct username,passwords into the script.

View Replies View Related

CDONTS To JMAIL?

My host does not support CDONTS for sending email, but instead uses JMAIL. I have a example of the code i need (in CDONTS) but need to translate it into a JMAIL version for it to work with my website.

<%
Dim objCDO
Set objCDO = Server.CreateObject("CDONTS.NewMail")
objCDO.From = Request.Form("EMAIL")
objCDO.To = Request.Form("POSTER_EMAIL")
objCDO.cc = Request.Form("EMAIL")
objCDO.Subject = Request.Form("SUBJECT")
objCDO.Body = Request.Form("MESSAGE")
objCDO.Send()
Set objCDO = Nothing
%>

View Replies View Related

JMail Setup

I have JMail installed, and when I code for remote servers, I am able to send the mail just fine, however I have yet to figure out how to test locally with IIS 5.1's mail server.

Does anyone have some information on how to setup the local system so I can test this feature before I script for it remotely? I'm sure that there 2 key points where I'm having a problem is

1. Setting up the IIS Mail Server
2. Defining the Mail Server in the JMail ASP code....

localhost:25
127.0.0.1:25

View Replies View Related

JMail And E-card

i am using a form that sends an e-card..to explain briefly i am giving the code:

Set JMail = Server.CreateObject("JMail.SMTPMail")
JMail.ContentType = "text/html"
JMail.CharSet = "ISO-8859-9"
JMail.ServerAddress = "mail.mydomain.com:25"
JMail.Sender = "bla@mydomain.com"
JMail.AddRecipient theiremail

here problem comes. when user enters a different e-mail address (not same with my domain)
it gives error. how can i solve this problem.. can jmail send an e-mail to differents domains?

View Replies View Related

Jmail - Add Recipients Name?

I have a Jmail form with several texfields incl. email and name of users. The mail is sent from me "John Doe" "email@domain.com" to the user filling out the form. When the e-mail is being sent it looks like this: Code:

View Replies View Related

Adding Attachments With JMail

I’m creating an application that uses JMail to send email. And it works great!! as longs as I don’t try to add an attachment. However, I really need to have my users be able to add attachments; otherwise the purpose of this application is null and void.

I know that the file that is attached needs to be uploaded to a file share folder via FTP then encoded before being sent. My problem is that I don’t know how to code it. This is the JMail code that I am working with: I need some help in getting the code other than (Jmail.addAttachment) for adding the attachment......

View Replies View Related

Formatting JMail Email

I had a problem with my webspace provider and CDONTS so I gave upon that front. I am now trying JMail which seems to be working, so now I need to transfer all my formatting from CDONTS to JMail.

I have a question on the formatting of a Jmail email.

I have the following snippet of code which details the variables and contents of the body of the email

body = "Name:- " & Request.Form("firstname") & " " & Request.Form("surname") & "<p>" & Request.Form("number") & "</p>"

I want to insert a line break/paragraph between Request.Form("surname") and Request.Form("number"). As you can see I have tried dong this with <p> tags and also <br>'s. However the tags are outputted into the email and not acutal line breaks.

Any ideas as to how to format the body of the email?

View Replies View Related

JMail AddURLAttachment Problems

I was wondering if you guys have tried to use JMail's AddURLAttachment when
mailing? i cant get that simple thing to work. i have this:

<%
set mail=server.createobject("JMail.smtpmail")
mail.ServerAddress = "192.168.8.2"
mail.addurlattachment
"http://www.100procent.com/lasse/lasse.jpg","lasse.jpg",true
mail.Sender = "k@100procent.com"
mail.Subject = "kk"
mail.Body = "Kkk"
mail.AddRecipient "lasse@100procent.com"
mail.Priority = 3
mail.execute
set mail=nothing
%>

when i run it it mails and the attachment looks fine, when i try to open it
the open/save as dialog shows and i click open, and then it opens the
system32 folder, it didnt say anything about the file i was trying to open.
then i try to open again and then it asks for a lasse1.jpg, next time
lasse2.jpg, wtf is up with that?

View Replies View Related

Jmail :: Invalid ProgID

I want to use Jmail in an asp page but not sure how. I did the codes but when i run it give me Error Type:

Server object, ASP 0177 (0x800401F3)
Invalid ProgID.

What should I do?

Code: .....

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







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