Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall
Website promotion, do your own email mass gadget
In front of the article to write a regional effective email, today to talk about how to play well these collected back email resources. But you must remember, our group is only for effective target users, do not heavenly, everywhere hair, if made are like the streets of cowhide plaster, customers into the blacklist, it is not worth it, at the same time also scratching the network marketing order.
When it comes to email mass, in fact, is to use the JMail component to automatically send mail function, I will be the corresponding procedures posted, so that everyone convenient to use.
Dim JMail, ContentID
Set JMail = Server.CreateObject ("Jmail.message")
If Err Then
Err.Clear
Response.Write Component Detection failed
Jmail.close ()
Set jmail=nothing
End If
Jmail.charset = "gb2312" message character set, default to "ASCII"
' Jmail.isoencodeheaders = False ' is ISO-encoded, default to True
' Sender information (available in variable mode assignment)
Jmail.from = "xxxx@xxx.com" ' Sender address
Jmail.fromname = "Push Me (http://www.tuituiwo.cn)" ' Sender's name
Jmail.subject = "Free website promotion----Push me Mail" ' Mail subject
' Authentication
Jmail.mailserverusername = "XXX@XXX.com" Authenticated username
Jmail.mailserverpassword = "XXXXX" Authenticated password
' Set priority, range from 1 to 5, higher priority, 3 normal
Jmail.priority = 3
Jmail.addheader "Originating-ip", Request.ServerVariables ("REMOTE_ADDR")
Jmail.addrecipient (email)
Mail_1= "
Width= "" 705 "" height= "" 272 "" border= "" 0 "" >
Src= "" Tp/tuituiwo_log.jpg "" width= "" 326 "" height= "" border= "" 0 ""/>
Bgcolor= "#FFFF00" > Dear Customer: "
Mail_1=mail_1&url
Mail_2= "
Thank you for using push me
(www.tuituiwo.cn).
(Note: If you do not submit an application, please ignore this email.) )
"
Mail_1=mail_1&mail_2
Jmail.htmlbody=mail_1
' Message body (text section)
Jmail.body = "Our mail is in HTML format, but your mail viewing software may not be supported." You can access the following addresses to view:
Http://www.tuituiwo.com "
' Send ' call format: Objjmail.send ([username:password@]smtpserveraddress[:P ort])
Jmail.send (SMTP. Xxxx.com ")
Jmail.close ()
Set JMail = Nothing
Else
End If
The above is a single email sent to achieve mass, as long as the cycle read Email database e-mail address can be achieved free mass mailing.
In the website promotion process, hoped that everybody together use the brain, achieves one small step each day. If you have time, you can also go to my push (http://www.tuituiwo.cn) Exchange, we can also do some friendship exchange links.