Ask a Question related to Adobe Photoshop Elements, Design and Development.
-
George Stilley #1
Email
I cant decipher how to submit a request for tech support by email or direct on-line?
George Stilley Guest
-
Connenting email form to an email account
:( I am at a mental brickwall. I created a form, created two text fields and a "log in" button. What I want to have happen is when a person goes to... -
Group email doesn't send because of bad email
Hi, say I have to email 100 people at once, but one of the email addresses is bad, meaning formatted right but does not exist anymore. Right now,... -
Google groups email spider,Auction software, Directory PPC search engine software, email spiders - 4
Free download full version , all products from Mewsoft dot com http://netauction8.url4life.com/ Groupawy --------------- Google Groups Email... -
ASP Email - CDONTS - AttachFile - Getting it embeded in the email
I am unable to get my file attachment in the email => Here is what my code looks like - which is very simple from the documentation that I have... -
Email via ASP
Does anyone knows about any sample code that I may be able to use to send email when an user click the submit button? -
Ray #2
Re: Email
George,
Click on this link : [url]http://www.adobe.com/support/products/photoshopel.html[/url]
On the right side, bottom of the screen (well, almost), you'll see two
additional link to contact Adobe by phone.
Ray
Ray Guest
-
Gord #3
Email
I want to have an email link on a sports pool site that will list the games
and allow participants to make their selection with a check mark or an X.
The games will change every week so I will need something that is easily
updated. Thanks for any advice.
Regards
Gord Guest
-
menge00 webforumsuser@macromedia.com #4
Re:Email
You must use a server side processing language such as ASP or PHP. Then there are several ways to do it, and it depends on what sort of email functionality your hosting company offers. Check with them to find out the specifics, usually it would be in their FAQ, and they should have an example of how to do it. Here's how i would email someone using ASP:
<%
Dim objCDOMail
Set objCDOMail = Server.CreateObject("CDONTS.NewMail")
objCDOMail.From = "fromStr"
objCDOMail.Subject = "subjectStr"
objCDOMail.Body = "emailMessage"
objCDOMail.To = "email@email.com"
objCDOMail.Send
Set objCDOMail = Nothing
%>
<%
Dim objCDOMail
Set objCDOMail = Server.CreateObject("CDONTS.NewMail")
objCDOMail.From = "fromStr"
objCDOMail.Subject = "subjectStr"
objCDOMail.Body = "emailMessage"
objCDOMail.To = "email@email.com"
objCDOMail.Send
Set objCDOMail = Nothing
%>
menge00 webforumsuser@macromedia.com Guest
-
Richard #5
EMAIL
Ello ppl, im very new to this flash MX.....but aint it great ? ok trouble is
this...i want a button so that when u click on it it will open up the
viewers outlook express so that they can send me an email....ive done the
button part...thats was easy....just need to know what command i need to put
in ie get url...sort of thing....please hel, so frustrating... lol....html
lots easyier...mailto:bla bla bla lol....thanks for ya times peeps !!
Richard Guest
-
Smiter #6
Re: EMAIL
Select the button. Open the action panel. Choose the getUrl action.
mailto:you@youraddress.com
"Richard" <siba16649@blueyonder.co.uk> schreef in bericht
news:bhsv2t$m8a$1@forums.macromedia.com...is> Ello ppl, im very new to this flash MX.....but aint it great ? ok troubleput> this...i want a button so that when u click on it it will open up the
> viewers outlook express so that they can send me an email....ive done the
> button part...thats was easy....just need to know what command i need to> in ie get url...sort of thing....please hel, so frustrating... lol....html
> lots easyier...mailto:bla bla bla lol....thanks for ya times peeps !!
>
>
Smiter Guest
-
war_mice webforumsuser@macromedia.com #7
Re:EMAIL
You know what ? It's the same as in HTML.
on (release) {
getURL("mailto:somebody@something.com");
}
Not that hard isn't it ? :P
ø|i
war_mice webforumsuser@macromedia.com Guest



Reply With Quote

