| | |
send mail automatically in a particular date
Please support our ASP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Mar 2008
Posts: 8
Reputation:
Solved Threads: 0
Hello everybody,
Please help me. very urgent.
I am a Junior developer.
My problem is,
In my site there are number of users. There have entered for space,domain registration ,etc...
what is i want is. After one year the Domain Registration was expired.
Before one month of expiry date a mail was sent automatically.
Through coding in asp is it possible. How?
Please help me. very urgent.
I am a Junior developer.
My problem is,
In my site there are number of users. There have entered for space,domain registration ,etc...
what is i want is. After one year the Domain Registration was expired.
Before one month of expiry date a mail was sent automatically.
Through coding in asp is it possible. How?
•
•
Join Date: Mar 2008
Posts: 8
Reputation:
Solved Threads: 0
Hello vicky_rawat,
Thanks for ur reply. I can write an asp file and convert it into .vbs file and then using task scheduling i can run it.
But I want the solution of without scheduling and windows services.I can run the program daily.
Because somebody tells that it is the worst case if we can't find the solution.
Sorry if any mistakes in my reply
Thanks once again.
Thanks for ur reply. I can write an asp file and convert it into .vbs file and then using task scheduling i can run it.
But I want the solution of without scheduling and windows services.I can run the program daily.
Because somebody tells that it is the worst case if we can't find the solution.
Sorry if any mistakes in my reply
Thanks once again.
I hope that you have a database and the expiry dates are stored in a table.
Then if you can run the page everyday, you can write a logic in asp page to check for the expiry date.
The page will send mails for whome expiry date is 1 month later.
I don't understand, what actually do you need, as This is the logic.
Are you asking for the code.
Then if you can run the page everyday, you can write a logic in asp page to check for the expiry date.
The page will send mails for whome expiry date is 1 month later.
I don't understand, what actually do you need, as This is the logic.
Are you asking for the code.
•
•
Join Date: Jun 2008
Posts: 36
Reputation:
Solved Threads: 1
Sending e-mail with CDOSYS :-)
ASP Syntax (Toggle Plain Text)
<% Set myMail=CreateObject("CDO.Message") myMail.Subject="Sending email with CDO" myMail.From="mymail@mydomain.com" myMail.To="someone@somedomain.com" myMail.HTMLBody = "<h1>This is a message.</h1>" myMail.Send set myMail=nothing %>
Last edited by peter_budo; Jul 7th, 2008 at 8:17 am. Reason: Keep It Organized - please use [code] tags
•
•
Join Date: Mar 2008
Posts: 8
Reputation:
Solved Threads: 0
Hello vicky_rawat,
Sorry For the Late. At finally i have solve my problem using scheduling. Thanks for your reply.
I have also sending another solution which is helpful to anyone.
First create a table with two fields : flag,date(the runned date).
In asp page we can check is the mails are sent or not in the previous day. If not sent then we can repeat the code to sent mails in the not sending dates.
Then as regular code is running of the present day.
It is useful 'if in any particular day the mails or not sent'.
Thanks to tomer1.
Once again thanks to vicky_rawat.
If any mistakes in my mail please warn me and please forgive me.
Sorry For the Late. At finally i have solve my problem using scheduling. Thanks for your reply.
I have also sending another solution which is helpful to anyone.
First create a table with two fields : flag,date(the runned date).
In asp page we can check is the mails are sent or not in the previous day. If not sent then we can repeat the code to sent mails in the not sending dates.
Then as regular code is running of the present day.
It is useful 'if in any particular day the mails or not sent'.
Thanks to tomer1.
Once again thanks to vicky_rawat.
If any mistakes in my mail please warn me and please forgive me.
![]() |
Similar Threads
- Multiple/Duplicate Deliveries Outlook/Exchange (Windows NT / 2000 / XP)
- Email piping to script problem (PHP)
- Hotmail v AOL (Windows Software)
- Is there anything on my Pc that is potentially dangerous (Viruses, Spyware and other Nasties)
- Outlook 2003 - Timed Delivery Problem (Windows Software)
- Dynamically Update Your Web Pages Via E-Mail (Search Engine Optimization)
- Zone Alarm Security Alerts. (Viruses, Spyware and other Nasties)
Other Threads in the ASP Forum
- Previous Thread: SMS Geteway integration with asp website
- Next Thread: help adding a 2nd Browse box & 2nd SUBMIT button
| Thread Tools | Search this Thread |
Tag cloud for ASP
archive asp asp.net aspandmssqlserver2005 aspandmssqlserver2005connection aspconnection calendar changeable connection current database databaseconnection diagnostics dreamweaver excel fso html iis microsoft msmsql mssql2005 mssqlserver2005 mssqlserver2005andasp mssqlserverandasp opentextfile record searchbox selectoption server single specfic sqlserver sqlserverconnection toolkit web webserver windows7





