my problem is the link in the email does not work when I click on it error 500 why ??
this link i mean
forgotpasswordphtml
customerxml
Related
I have been working on an archiving web app in django. I needed to create an email verification for users at signup (registration). But I'm encountering a problem with URL redirection of the email html. Here are my codes below. Kindly requesting help?????
views.py
urls.py
account_activation_email.html
Error page
I was expecting an email to be sent and when the activation link clicked, a login page appears telling the user has been successfully activated
"http://cs23.salesforce.com/servlet/servlet.ImageServer?oid=00D190000001brI&esid=01918000000bcHs" gets inserted in email when it is Sent to any user. This URL has no relivience to any image/ doc in my SF org. Please help me to resolve this.
I got the issue fixed. Its due to Activity setting for HTML email history.if this is enabled then SF addes blank image to check if the html email is opened.
im making an authentification form where i have to add the lost password form so i found a tutorial that im folowing but im not getting the result
http://culttt.com/2013/09/23/password-reminders-reset-laravel-4/
when i enter teh email and press the button
Route::post('password', function()
{
$credentials = array('email' => Input::get('email'));
return Password::remind($credentials);
});
it says that This super simple method uses Laravel’s input reminder functionality to add the email to the reminder table we created earlier and send the email. You might get an exception saying that you haven’t set up your sender address yet. To fix this, go to app/config/mail.php and fill in the relevant details.
but im getting a view with " reminders.user " can someone help :) thx
You are receiving an INVALID_USER message.
Your lang/reminders.php file is not in place, so it is showing the key 'reminders.user' instead of "We can't find a user with that e-mail address.".
Can somenone show me how to make a simple contact form to send an e-mail to demo#mysite.com just with an edit form(let's call it "name") and after that verify that form has min 10characters sends the e-mail and an alert box shows "E-mail send! Thank you"?
Thank you!
Im using dmailsubscription to register users to a newsletter. Theres an option where, once already registered and confirmed, you can get an email with the link to edit your profile.
The problem is, once you enter the email address, the page is reloaded and the plugin shows no message at all. Id like to get some sort of confirmation text, like:
"The email with the link to edit your profile was sent to xxx#xxx.com"
or at least:
"The email with the link to edit your profile was sent to your email address"
, but I dont know how.
Here's my template: http://pastebin.com/K5WVSgrY
Above
<!-- ###TEMPLATE_DELETE_SAVED### begin
But AFTER
###TEMPLATE_INFOMAIL### end-->
Try to add this:
<BR><BR><BR><BR>
<HR>
<BR><BR><BR><EM>This template is the response page when a users has requested
his password send to his email.</EM> <BR><BR><!-- ###TEMPLATE_INFOMAIL_SENT### begin
This template is the response page when a users has requested his password send to his email.
-->###GW1B###We have emailed your your details. Edit your message here.###GW1E###<BR><BR>###GW2B### <STRONG>Go back</STRONG><BR>###GW2E###
<!-- ###TEMPLATE_INFOMAIL_SENT### end--><BR><BR><BR><BR>
<HR>
I cannot find this part in your template-file.