|
I was wondering what would be the safer option when users have forgotten their password
Send a randomly generated new password to the email address (all email addresses in my database are confirmed to work). Or
Send an email with a link that expires within...
Started by Marijn Huizendveld on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
As a user, I would feel my password is "safer" with the link a hashcode and giving them a link....
Send an email with a link that expires within a certain time frame where the user can reset in an email doesn't seem that safe...
|
|
When my email server receives mail sent to an unknown local user should the server send the message back to the sender or should the email just be dropped?
I'm just curious what is most preferred. I can think of cases where both options are helpful and...
Started by Keith Maurino on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
For most users that receive it, its email from untrusted sources it is generally best to silently drop the email or direct it into a spam email addresses -....
Usually the standard NDR is sufficient.
With non-delivery report.
|
|
I have requirement like, each user of the site will be mailing any other user and I have rules for that communication (let them aside for now). So user1 will be picking an email id like: mypickeduser1n...@sitedomain.com and will be sending an email to...
Started by Maddy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
There are a few django apps out there to handle... .
Even if local email is just directly deposited into a mail directory or database somewhere, something has to be responsible for accepting email from the outside world.
You need a mail server.
|
Ask your Facebook Friends
|
I have a User model with the usual attributes such as email and hashed_password etc. I want to write a validation that checks for the presence of an email address but only when
1) there isn't one stored in the database for this object (i.e. this is a ...
Started by adam on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Of :email, :on => :update
the other options is to use :if , and then pass in a method name_of :email, :if => Proc.new { |user| user.signup_stage > 2 }
Hope that helps :)
You want_of :email, :if => Proc.....
|
|
Exchange is sending emails to 2 users when it is addressed to one, Exchange is not configured to email forward, and this is a huge issue with 2 users because the email is confidential and should not be being sent to both of them. If anyone can please ...
Started by Kevin on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
I understand if it was one email address sending to both of us carbon copy) ....
By looking in Active Directory Users and Groups - User Properties - Exchange General - Delivery but the user keeps receiving all my email.
|
|
I would like to create an email service for all the users on my site for ex abc@xyz.com where users can be able to send and receive personalized emails , Basic feature only send and receive emails in Rails .
User can register for email id at xyz.com and...
Started by Srinivas Iyer on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Assuming you want to store these users in a SQL database, perhaps you can configure....
Database, then use Squirrelmail or any other web mail client to provide the e-mail user interfaceSorry , I thought you asked how to get started.
|
|
Hi to Concern
I want to deliver email to my Non exchange user here our domain is same and i have some exchange user that is host by in our end and some external user with same domain.if i ll send any email from my exchange user then they are able to send...
Started by yograj on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
I'm not familiar with Exchange - can you explicitly state for a given user that the e-mail must-exchange server, set up xyz@123.com on your Exchange server, and set up a rule on that user's mailbox that will forward all mail from xyz@123....
|
|
Hi,
I have been asked to quote a project where they want to see sent email using POP. I am pretty sure this is not possible, but I thought if it was.
So is it possible given a users POP email server details to access their sent mail?
If so any examples...
Started by Mark Ellul on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Emails are not sent using POP, but collected from a server using POP to the sender, they could then access....
Pop is an inbox only, Sent mail will be stored in IMAP, Exchange or other proprietary system.
Pop doesn't support sent email.
|
|
This is more of a macro type question, I am looking for plugin/how to go about advice. I have users who have different subscription attributes, some might have monday, wednesday, saturday... some might have every day of the week. I need to set up a mailer...
Started by Trevor Nederlof on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can set it to run a query every day for users with that day's subscription and email....
It's quite cool.
You'd and human-like) ...
The Rake task would fire and get all the users subscribed to that day and generate the emails.
|
|
Hi, I'm considering to add "hard" email verification to my website(s).
I.e. require users visit a link with a verification key sent by email before they can post content.
This will add an extra step in the registration procedure and I'm concerned that...
Started by Evgeny on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
I guess you need to give a value to each lost customer, say users, is the extra validation worth £6000 a year?
I like the option where my email needs validating email to....
To know the email of users, go easy on that.
|