Hello all,
I'm trying to have my protest form send the template protest email before the Email Verification plugin kicks in and freezes the process. It does continue the process once the person has gone to their inbox and validated their email address through the link provided but I would like my protest template email to be sent out whether they validate or not. I know this could be done more easily with 2 separate forms but my customer requires it happens on one page. Any suggestions would be great. Thank you!
Hi kamarat64 ,
Which version of ChronoForms are you using? You can find the version from Site Admin | Extensions | Install/Uninstall | Components in Joomla! 1.5 or Site Admin | Extensions | Extension Manager | Manage in Joomla! 1.6.
There have always been problems in CFv3 with the Email verification plug-in blocking emails :-(
Bob
I'm running Joomla! 1.5 and it looks like CFv3.2
Hi kamarat64,
Sorry, I had a bad day yesterday. The Email Verification plugin shouldn't cause problems*
Use the Run Order tab to make sure that the Plugins are run after the Email is sent and it should be OK.
Bob
* the Confirmation Page plugin does.
Oh not a problem at all. I just got over a bad one myself. My insurance company is secretly plotting to suck all the blood out of me.😟
I had tried the Run Order tab earlier and it didn't seem to work but I tried it again now hoping that you saying it would knock some sense into the program. Unfortunately, it didn't. 😢
Just to make sure:
1 = executed first (Order of Autogenerated block)
2 = executed second (Order of OnSubmit block)
3 = executed third (Order of Plugins block)
I even tried to make the OnSubmit block go last out of curiosity and there was no change in execution from what I could see.
Hello Bob Sir,
I have created simple form.
But the Email is not working properly.
Email for user is not send to his inbox.
That email send to spam
I have insert sender email id to [email]xyz@gmail.com[/email]
then the email send to his spam box not to inbox.
I want to email will send to his inbox.
I have also debug my form...
Data Array:
Array
(
[option] => com_chronoforms
[chronoform] => testing
[event] => submit
[Itemid] =>
[name] => xyz
[to_email] => [email]xyz@gmail.com[/email]
[chrono_verification] => haNs3
[input_submit_2] => Submit
[2dc98111a75a27194c27890651916425] => 1
[chronoform_data] => Array
(
[cf_uid] => 686d470b1953694d22684505999ce206
[cf_created] => 2012-05-30 16:20:29
[cf_ipaddress] => 110.234.102.90
[cf_user_id] => 0
[option] => com_chronoforms
[chronoform] => testing
[event] => submit
[Itemid] =>
[name] => xyz
[to_email] => [email]xyz@gmail.com[/email]
[chrono_verification] => haNs3
[input_submit_2] => Submit
[2dc98111a75a27194c27890651916425] => 1
[cf_id] => 9
)
[chronoform_data_cf_id] => 9
)
Validation Errors:
Array
(
)
Thanking you..!!
Debug Data
Core Captcha
Passed the core captcha check!
email
13
Result An email has been SENT successfully from (admin)admin@admin.com to [email]xyz@gmail.com[/email]
Body
Name xyz
Email [email]xyz@gmail.com[/email]
Enter the code haNs3
Submitted by 0.0.0.0
Attachments array ( )
Please Fix my issue sir... 😟 😟 😟 😟
regards,
uday
Please reply bob sir......
Hi uday.dahale,
Tray changing the From Email address so that it matches the domain. If you use an From Email address like admin@admin.com it is very likely to be marked as possible spam..
Bob
Thank u very much for reply sir...
Yes I have change the From email address to [email]mydomain@mydoamin.com[/email]
but it still goes to spam box.....😟 😟 😟
regards,
uday
hello bob,
I want send email to email to from email...
but its send to spam plzzzzz resolve this
regards,
uday
Hi uday.dahale ,
Sorry but there it nothing I can do to resolve it. You need to work out why the email is being marked as spam and make the necessary changes to the setup. All ChronoForms does is to send the emails where you ask it to :-(
Bob
thank you very much for reply sir...
Hello,
my simple php mail function is work on my site but the chronoform is not working yet.....
Hi uday.dahale,
What isn't working? In your earlier post you said that emails were being sent OK but going to spam. Usually that is not a ChronoForms problem but one with the Email addresses or spam settings at your mail host or at the receiver.
Bob
thank you very much again for reply bob sir....
there is nothing any issue for my host spam setting...
its necessary for the same domain address from email sender....
because my domain does not provide me domain email address....
Please find the attachment....
regards,
uday
Hi uday.dahale,
You must have an email address in there. To avoid problems with emails being marked as spam the domain in the address should match the site domain. It does not need to be a working mailbox - though better if it is.
Bob
thx sir for reply again..
every thing is working mails send to inbox but only the hotmail email id
mail send to spam box....
Hi uday.dahale ,
Be nice to the person with the Hotmail account and get them a GMail account too.
Hotmail, Livemail, Aol and the other big mail account suppliers have the strictest spam filters of anyone :-(
Bob
thank you very much bob for reply again....
and help.
can I send more that email sender at one time.
regards,
uday
Hi uday.dahale,
Yes you can have lists of names in the To, CC & BCC boxes I think.
Bob
When I have entered so many emails comma separated in single inputbox
that mails should send or not?
please tell
regards,
uday
Hi uday,
Where exactly are you adding them?
Bob
Hi bob,
thx again for reply....
I have add more than one email id on single field (input box).
So the mail will send ??
Please find the attachment.
regards,
Uday
Hi uday,
If that is your form (and not the Email action) then the answer is probably No, not with the standard Email action.
If you use my Email [GH] action then it will probably work OK as there is more flexibility for using emails lists like this.
Bob
very very thx. for reply....
I have one query regarding generating auto generated template..
Can I use CSS on that template...
like...
<style type="text/css">
.main{
width:800px;
margin:0 auto;
border:1px solid #ccc;
}
.logo{
text-align:center;
padding:5px 0;
}
.desc{
padding:10px 5px;
}
</style>
<div class="main">
<div class="logo"></div>
<div class="desc">
some code here..!!!
</div>
regards,
uday
Hi uday.dahale ,
Probably. But remember that the result will depend on the mail reader that the recipient uses. They vary widely in their ability to handle CSS. The only way to be sure is to send an email and look at it in the common mail readers.
Bob